From 6fae1efc5910bb1c6536b0efb3e120b9b27b0657 Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Sat, 28 Sep 2013 21:23:58 -0400 Subject: fixes incorrect spelling of `action_on_unpermitted_parameters` See `actionpack/test/controller/parameters/raise_on_unpermitted_params_test.rb` --- guides/source/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 57c7867348..7eac116e1f 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -309,7 +309,7 @@ The schema dumper adds one additional configuration option: * `config.action_controller.permit_all_parameters` sets all the parameters for mass assignment to be permitted by default. The default value is `false`. -* `config.action_controller.action_on_unpermitted_params` enables logging or raising an exception if parameters that are not explicitly permitted are found. Set to `:log` or `:raise` to enable. The default value is `:log` in development and test environments, and `false` in all other environments. +* `config.action_controller.action_on_unpermitted_parameters` enables logging or raising an exception if parameters that are not explicitly permitted are found. Set to `:log` or `:raise` to enable. The default value is `:log` in development and test environments, and `false` in all other environments. ### Configuring Action Dispatch -- cgit v1.2.3