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
1 changed files with 1 additions and 0 deletions

View File

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