d87649db07
Especially in production it's just noise and doesn't mix well with the log format
5 lines
172 B
Ruby
5 lines
172 B
Ruby
ActiveModelSerializers.config.tap do |config|
|
|
config.default_includes = '**'
|
|
end
|
|
|
|
ActiveSupport::Notifications.unsubscribe(ActiveModelSerializers::Logging::RENDER_EVENT)
|