mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-07 04:55:13 +00:00
7 lines
163 B
Ruby
7 lines
163 B
Ruby
class BaseService
|
|
include ActionView::Helpers::TextHelper
|
|
include ActionView::Helpers::SanitizeHelper
|
|
|
|
include RoutingHelper
|
|
include AtomBuilderHelper
|
|
end
|