about summary refs log tree commit diff
path: root/app/services/base_service.rb
blob: ed86f2230568c4b9af318dcc540f5bd74bd3bc34 (plain) (blame)
1
2
3
4
5
6
class BaseService
  include RoutingHelper
  include ActionView::Helpers::TextHelper
  include ApplicationHelper
  include AtomBuilderHelper
end