mirror of https://github.com/Siphonay/mastodon
Include AtomBuilderHelper (which declared url_for_target) to all services
This commit is contained in:
parent
e239fc3050
commit
af7ae348d7
|
@ -1,4 +1,5 @@
|
|||
class BaseService
|
||||
include RoutingHelper
|
||||
include ApplicationHelper
|
||||
include AtomBuilderHelper
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue