mirror of
https://github.com/glitch-soc/mastodon
synced 2024-03-09 07:35:42 +00:00
9 lines
166 B
Ruby
9 lines
166 B
Ruby
# frozen_string_literal: true
|
|
|
|
class BaseService
|
|
include ActionView::Helpers::TextHelper
|
|
include ActionView::Helpers::SanitizeHelper
|
|
|
|
include RoutingHelper
|
|
end
|