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