Mercurial > zeropaste
comparison config/initializers/wrap_parameters.rb @ 467:fd3078b4d355
Update to latest rails
| author | nanaya <me@nanaya.pro> |
|---|---|
| date | Tue, 22 Oct 2019 16:17:30 +0900 |
| parents | 68eb23b52864 |
| children | d2ef59c9a4b4 |
comparison
equal
deleted
inserted
replaced
| 466:722f4eccd370 | 467:fd3078b4d355 |
|---|---|
| 3 # This file contains settings for ActionController::ParamsWrapper which | 3 # This file contains settings for ActionController::ParamsWrapper which |
| 4 # is enabled by default. | 4 # is enabled by default. |
| 5 | 5 |
| 6 # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. | 6 # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. |
| 7 ActiveSupport.on_load(:action_controller) do | 7 ActiveSupport.on_load(:action_controller) do |
| 8 wrap_parameters :format => [:json] | 8 wrap_parameters format: [:json] |
| 9 end | 9 end |
| 10 | 10 |
| 11 # To enable root element in JSON for ActiveRecord objects. | 11 # To enable root element in JSON for ActiveRecord objects. |
| 12 # ActiveSupport.on_load(:active_record) do | 12 # ActiveSupport.on_load(:active_record) do |
| 13 # self.include_root_in_json = true | 13 # self.include_root_in_json = true |
