mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 12:18:06 +01:00
9 lines
194 B
Ruby
9 lines
194 B
Ruby
# frozen_string_literal: true
|
|
|
|
class BaseService
|
|
include ActionView::Helpers::TextHelper
|
|
include ActionView::Helpers::SanitizeHelper
|
|
|
|
include RoutingHelper
|
|
include AtomBuilderHelper
|
|
end
|