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
1 changed files with 1 additions and 1 deletions

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