diff options
Diffstat (limited to 'actionpack/lib')
| -rw-r--r-- | actionpack/lib/action_controller/metal/strong_parameters.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/strong_parameters.rb b/actionpack/lib/action_controller/metal/strong_parameters.rb index e30c9c5ade..c98e937423 100644 --- a/actionpack/lib/action_controller/metal/strong_parameters.rb +++ b/actionpack/lib/action_controller/metal/strong_parameters.rb @@ -268,7 +268,7 @@ module ActionController      #      #   params.permit(:name)      # -    # +:name+ passes it is a key of +params+ whose associated value is of type +    # +:name+ passes if it is a key of +params+ whose associated value is of type      # +String+, +Symbol+, +NilClass+, +Numeric+, +TrueClass+, +FalseClass+,      # +Date+, +Time+, +DateTime+, +StringIO+, +IO+,      # +ActionDispatch::Http::UploadedFile+ or +Rack::Test::UploadedFile+.  | 
