Skip to content

Commit

Permalink
Fix Typo in actio_controller::params_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
arikarim committed Nov 22, 2021
1 parent 30363d0 commit da87057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/metal/params_wrapper.rb
Expand Up @@ -72,7 +72,7 @@ module ActionController
# determine the wrapper key respectively. If both models don't exist,
# it will then fallback to use +user+ as the key.
#
# To disable the this functionality for a controller:
# To disable this functionality for a controller:
#
# class UsersController < ApplicationController
# wrap_parameters false
Expand Down

0 comments on commit da87057

Please sign in to comment.