aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/parameters/parameters_permit_test.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-06-07 13:30:03 +0200
committerXavier Noria <fxn@hashref.com>2014-06-07 13:30:03 +0200
commitf84d081faf6812a947aebf3e67978f3d3bbb31f0 (patch)
tree5a3912492351f52620b2c199220994c08b73dc0f /actionpack/test/controller/parameters/parameters_permit_test.rb
parentf712f89961b64b61064d99d33dbbfd1903b189d4 (diff)
downloadrails-f84d081faf6812a947aebf3e67978f3d3bbb31f0.tar.gz
rails-f84d081faf6812a947aebf3e67978f3d3bbb31f0.tar.bz2
rails-f84d081faf6812a947aebf3e67978f3d3bbb31f0.zip
adds some details to the rationale of converted_arrays [ci skip]
Diffstat (limited to 'actionpack/test/controller/parameters/parameters_permit_test.rb')
-rw-r--r--actionpack/test/controller/parameters/parameters_permit_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/parameters/parameters_permit_test.rb b/actionpack/test/controller/parameters/parameters_permit_test.rb
index 14518d5ebd..aa894ffa17 100644
--- a/actionpack/test/controller/parameters/parameters_permit_test.rb
+++ b/actionpack/test/controller/parameters/parameters_permit_test.rb
@@ -176,7 +176,7 @@ class ParametersPermitTest < ActiveSupport::TestCase
end
# Strong params has an internal cache to avoid duplicated loops in the most
- # common usage pattern. See the docs of the method `coverted_array`.
+ # common usage pattern. See the docs of the method `converted_arrays`.
#
# This test checks that if we push a hash to an array (in-place modification)
# the cache does not get fooled, the hash is still wrapped as strong params,