mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fix Symbol syntax no deprecation message.
This commit is contained in:
parent
d0e5a1d252
commit
db901399f2
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ module Devise
|
|||
If you want to define a new set of parameters to be sanitized use the
|
||||
`permit` method first:
|
||||
|
||||
devise_parameter_sanitizer.permit(:#{action}, keys: [:param1, param2, param3])
|
||||
devise_parameter_sanitizer.permit(:#{action}, keys: [:param1, :param2, :param3])
|
||||
MESSAGE
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue