trabajo-afectivo/config/initializers/wrap_parameters.rb

17 lines
589 B
Ruby
Raw Permalink Normal View History

# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
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
# self.include_root_in_json = true
2015-09-25 14:37:55 +00:00
# end