mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-05 14:33:05 -05: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
|