1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix Typo in actio_controller::params_wrapper

This commit is contained in:
Ari Karim 2021-11-22 14:52:12 +03:00
parent 30363d0b1d
commit da870578a4

View file

@ -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