1
0
Fork 0
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:
Lucas Mazza 2016-03-09 15:59:00 -03:00
parent d0e5a1d252
commit db901399f2

View file

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