2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-06-01 12:20:20 +00:00
|
|
|
|
2012-04-10 13:31:21 +00:00
|
|
|
# Be sure to restart your server when you modify this file.
|
2015-09-25 14:37:55 +00:00
|
|
|
|
2012-04-10 13:31:21 +00:00
|
|
|
# This file contains settings for ActionController::ParamsWrapper which
|
|
|
|
# is enabled by default.
|
|
|
|
|
|
|
|
# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
|
|
|
|
ActiveSupport.on_load(:action_controller) do
|
2017-10-24 13:49:02 +00:00
|
|
|
wrap_parameters format: [] if respond_to?(:wrap_parameters)
|
2012-04-10 13:31:21 +00:00
|
|
|
end
|
|
|
|
|
2015-09-25 14:37:55 +00:00
|
|
|
# To enable root element in JSON for ActiveRecord objects.
|
|
|
|
# ActiveSupport.on_load(:active_record) do
|
2019-07-04 11:16:55 +00:00
|
|
|
# self.include_root_in_json = true
|
2015-09-25 14:37:55 +00:00
|
|
|
# end
|