1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-03 09:18:17 +09:00
mastodon/app/services/base_service.rb

8 lines
163 B
Ruby
Raw Normal View History

2016-02-24 20:57:29 +09:00
class BaseService
include ActionView::Helpers::TextHelper
include ActionView::Helpers::SanitizeHelper
include RoutingHelper
include AtomBuilderHelper
2016-02-24 20:57:29 +09:00
end