1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-25 23:09:21 +00:00
mastodon/app/services/base_service.rb

10 lines
194 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2016-02-24 12:57:29 +01:00
class BaseService
include ActionView::Helpers::TextHelper
include ActionView::Helpers::SanitizeHelper
include RoutingHelper
include AtomBuilderHelper
2016-02-24 12:57:29 +01:00
end