1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-23 08:03:02 -05:00

8 lines
203 B
Ruby
Raw Normal View History

# frozen_string_literal: true
ActiveModelSerializers.config.tap do |config|
config.default_includes = '**'
end
ActiveSupport::Notifications.unsubscribe(ActiveModelSerializers::Logging::RENDER_EVENT)