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