adopt-a-hydrant/config/initializers/wrap_parameters.rb

13 lines
439 B
Ruby
Raw Normal View History

2011-05-06 02:38:25 +00:00
# Be sure to restart your server when you modify this file.
#
2011-07-30 15:52:38 +00:00
# This file contains settings for ActionController::ParamsWrapper which
# is enabled by default.
2011-05-06 02:38:25 +00:00
2011-07-30 15:52:38 +00:00
# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
2011-05-06 02:38:25 +00:00
ActionController::Base.wrap_parameters :format => [:json]
# Disable root element in JSON by default.
if defined?(ActiveRecord)
ActiveRecord::Base.include_root_in_json = false
end