1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Include AtomBuilderHelper (which declared url_for_target) to all services

This commit is contained in:
Eugen Rochko 2016-03-16 22:44:04 +01:00
parent e239fc3050
commit af7ae348d7

View File

@ -1,4 +1,5 @@
class BaseService
include RoutingHelper
include ApplicationHelper
include AtomBuilderHelper
end