1
0
Fork 0
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:
Martin Honermeyer 2013-06-25 11:27:35 +02:00
parent 5717c6f082
commit 5926898cf4

View file

@ -81,7 +81,7 @@ module Devise
#
# Example:
#
# def update_without_password(params={})
# def update_without_password(params, *options)
# params.delete(:email)
# super(params)
# end