2016-11-15 10:56:29 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2016-02-24 06:57:29 -05:00
|
|
|
class BaseService
|
2016-03-18 19:16:04 -04:00
|
|
|
include ActionView::Helpers::TextHelper
|
2016-03-21 12:02:16 -04:00
|
|
|
include ActionView::Helpers::SanitizeHelper
|
|
|
|
|
|
|
|
include RoutingHelper
|
2016-02-24 06:57:29 -05:00
|
|
|
end
|