2016-02-24 06:57:29 -05:00
|
|
|
class BaseService
|
2016-02-29 13:42:08 -05:00
|
|
|
include RoutingHelper
|
2016-03-18 19:16:04 -04:00
|
|
|
include ActionView::Helpers::TextHelper
|
2016-02-24 06:57:29 -05:00
|
|
|
include ApplicationHelper
|
2016-03-16 17:44:04 -04:00
|
|
|
include AtomBuilderHelper
|
2016-02-24 06:57:29 -05:00
|
|
|
end
|