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
|