1
0
mirror of https://github.com/glitch-soc/mastodon synced 2024-03-09 07:35:42 +00:00
glitch-social/app/services/base_service.rb

9 lines
166 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2016-02-24 12:57:29 +01:00
class BaseService
include ActionView::Helpers::TextHelper
include ActionView::Helpers::SanitizeHelper
include RoutingHelper
2016-02-24 12:57:29 +01:00
end