mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update code example for #update_without_password
This commit is contained in:
parent
5717c6f082
commit
5926898cf4
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ module Devise
|
|||
#
|
||||
# Example:
|
||||
#
|
||||
# def update_without_password(params={})
|
||||
# def update_without_password(params, *options)
|
||||
# params.delete(:email)
|
||||
# super(params)
|
||||
# end
|
||||
|
|
Loading…
Reference in a new issue