Browse Source

Include AtomBuilderHelper (which declared url_for_target) to all services

closed-social-glitch-2
Eugen Rochko 8 years ago
parent
commit
af7ae348d7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/services/base_service.rb

+ 1
- 0
app/services/base_service.rb View File

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

Loading…
Cancel
Save