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/action_controller
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
..
api Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
metal Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
railties Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
api.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
base.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
caching.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
form_builder.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
log_subscriber.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
metal.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
railtie.rb Load Parameters configurations on :action_controller only once 2017-08-14 23:56:13 +02:00
renderer.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
template_assertions.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
test_case.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00