Mercurial > zeropaste
comparison config/initializers/wrap_parameters.rb @ 499:d2ef59c9a4b4
Use rails rubocop
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Dec 2024 22:33:27 +0900 |
parents | fd3078b4d355 |
children |
comparison
equal
deleted
inserted
replaced
498:300bac944674 | 499:d2ef59c9a4b4 |
---|---|
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 |