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

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

  include RoutingHelper
  include AtomBuilderHelper
end