chinwagsocial/app/services/base_service.rb

6 lines
102 B
Ruby
Raw Normal View History

2016-02-24 22:57:29 +11:00
class BaseService
include RoutingHelper
2016-02-24 22:57:29 +11:00
include ApplicationHelper
include AtomBuilderHelper
2016-02-24 22:57:29 +11:00
end