mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 13:21:12 +01:00
53850bce93
This was used in the views/atom/user_stream.xml.ruby file, which no longer is used.
8 lines
166 B
Ruby
8 lines
166 B
Ruby
# frozen_string_literal: true
|
|
|
|
class BaseService
|
|
include ActionView::Helpers::TextHelper
|
|
include ActionView::Helpers::SanitizeHelper
|
|
|
|
include RoutingHelper
|
|
end
|