mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
53850bce93
This was used in the views/atom/user_stream.xml.ruby file, which no longer is used.
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
|