mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 05:33:43 +01:00
7 lines
163 B
Ruby
7 lines
163 B
Ruby
class BaseService
|
|
include ActionView::Helpers::TextHelper
|
|
include ActionView::Helpers::SanitizeHelper
|
|
|
|
include RoutingHelper
|
|
include AtomBuilderHelper
|
|
end
|