1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-24 23:26:42 +09:00
YuruToot/app/services/base_service.rb

7 lines
144 B
Ruby

class BaseService
include RoutingHelper
include ActionView::Helpers::TextHelper
include ApplicationHelper
include AtomBuilderHelper
end