mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-12 09:16:56 +01:00
5 lines
102 B
Ruby
5 lines
102 B
Ruby
class BaseService
|
|
include RoutingHelper
|
|
include ApplicationHelper
|
|
include AtomBuilderHelper
|
|
end
|