2016-11-15 15:56:29 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2016-02-24 11:57:29 +00:00
|
|
|
class BaseService
|
2016-03-18 23:16:04 +00:00
|
|
|
include ActionView::Helpers::TextHelper
|
2016-03-21 16:02:16 +00:00
|
|
|
include ActionView::Helpers::SanitizeHelper
|
|
|
|
|
|
|
|
include RoutingHelper
|
2016-03-16 21:44:04 +00:00
|
|
|
include AtomBuilderHelper
|
2016-02-24 11:57:29 +00:00
|
|
|
end
|