mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-02-06 19:46:56 +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
|