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
1 changed files with 1 additions and 1 deletions

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