1
0
mirror of https://github.com/whippyshou/mastodon synced 2025-01-21 09:14:17 +09:00
whippy-edition/app/services/base_service.rb

10 lines
194 B
Ruby

# frozen_string_literal: true
class BaseService
include ActionView::Helpers::TextHelper
include ActionView::Helpers::SanitizeHelper
include RoutingHelper
include AtomBuilderHelper
end