2016-11-16 00:56:29 +09:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2016-02-24 20:57:29 +09:00
|
|
|
class BaseService
|
2016-03-19 08:16:04 +09:00
|
|
|
include ActionView::Helpers::TextHelper
|
2016-03-22 01:02:16 +09:00
|
|
|
include ActionView::Helpers::SanitizeHelper
|
|
|
|
|
|
|
|
include RoutingHelper
|
2016-02-24 20:57:29 +09:00
|
|
|
end
|