about summary refs log tree commit diff
path: root/app/services/base_service.rb
blob: 99e8c875f4de58a221654711e1b77e0b44e4c5d8 (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

class BaseService
  include ActionView::Helpers::TextHelper
  include ActionView::Helpers::SanitizeHelper

  include RoutingHelper
end