This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-07-07 14:12:16 +02:00
|
|
|
ActiveModelSerializers.config.tap do |config|
|
|
|
|
config.default_includes = '**'
|
|
|
|
end
|
2018-05-26 01:08:31 +02:00
|
|
|
|
|
|
|
ActiveSupport::Notifications.unsubscribe(ActiveModelSerializers::Logging::RENDER_EVENT)
|