1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
Alberto Almagro 7fade3dcbc Load Parameters configurations on :action_controller only once
Fixes regression ActionController::UnpermittedParameters not raised. The inner hook was being executed twice, once when ActionController::Base was loaded and again when ActionController::API was loaded. As options.delete operations inside the block are not idempotent, the second time it was run there was no configuration option available
2017-08-14 23:56:13 +02:00
..
abstract_controller
action_controller Load Parameters configurations on :action_controller only once 2017-08-14 23:56:13 +02:00
action_dispatch Deprecate ActionDispatch::TestResponse response aliases 2017-08-07 13:48:02 +10:00
action_pack
abstract_controller.rb
action_controller.rb
action_dispatch.rb
action_pack.rb