lib/devise/models/database_authenticatable.rb in devise-3.0.0.rc vs lib/devise/models/database_authenticatable.rb in devise-3.0.0
- old
+ new
@@ -79,10 +79,10 @@
# method, you should probably override this method to protect other
# attributes you would not like to be updated without a password.
#
# Example:
#
- # def update_without_password(params={})
+ # def update_without_password(params, *options)
# params.delete(:email)
# super(params)
# end
#
def update_without_password(params, *options)