1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Merge pull request #2479 from djmaze/patch-1

Update code example for #update_without_password
This commit is contained in:
José Valim 2013-06-25 02:30:41 -07:00
commit 8978bd4fe0

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