This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
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-03-16 14:44:04 -07:00
|
|
|
include AtomBuilderHelper
|
2016-02-24 03:57:29 -08:00
|
|
|
end
|