2016-02-24 03:57:29 -08:00
|
|
|
class BaseService
|
2016-03-18 16:16:04 -07:00
|
|
|
include ActionView::Helpers::TextHelper
|
2016-03-21 09:02:16 -07:00
|
|
|
include ActionView::Helpers::SanitizeHelper
|
|
|
|
|
|
|
|
include RoutingHelper
|
2016-02-24 03:57:29 -08:00
|
|
|
include ApplicationHelper
|
2016-03-16 14:44:04 -07:00
|
|
|
include AtomBuilderHelper
|
2016-02-24 03:57:29 -08:00
|
|
|
end
|