1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-30 07:48:59 +09:00
whippy-edition/app/services/base_service.rb

10 lines
194 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2016-02-24 20:57:29 +09:00
class BaseService
include ActionView::Helpers::TextHelper
include ActionView::Helpers::SanitizeHelper
include RoutingHelper
include AtomBuilderHelper
2016-02-24 20:57:29 +09:00
end