logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

base_service.rb (166B)


  1. # frozen_string_literal: true
  2. class BaseService
  3. include ActionView::Helpers::TextHelper
  4. include ActionView::Helpers::SanitizeHelper
  5. include RoutingHelper
  6. end