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