2023-07-12 08:47:08 +01:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-07-07 13:12:16 +01:00
|
|
|
ActiveModelSerializers.config.tap do |config|
|
|
|
|
config.default_includes = '**'
|
|
|
|
end
|
2018-05-26 00:08:31 +01:00
|
|
|
|
|
|
|
ActiveSupport::Notifications.unsubscribe(ActiveModelSerializers::Logging::RENDER_EVENT)
|