2016-02-24 12:57:29 +01:00
|
|
|
class BaseService
|
2016-02-29 19:42:08 +01:00
|
|
|
include RoutingHelper
|
2016-03-19 00:16:04 +01:00
|
|
|
include ActionView::Helpers::TextHelper
|
2016-02-24 12:57:29 +01:00
|
|
|
include ApplicationHelper
|
2016-03-16 22:44:04 +01:00
|
|
|
include AtomBuilderHelper
|
2016-02-24 12:57:29 +01:00
|
|
|
end
|