* typo in set_password fixed VRFS-312

This commit is contained in:
Seth Call 2013-05-14 17:33:02 -05:00
parent e4d5266245
commit 0637c4c088
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ module JamRuby
else
self.assign_attributes(attributes)
self.valid?
self.errors.add(:current_password, current_password.blank? ? :blank : :invalid)
self.errors.add(:current_password, old_password.blank? ? :blank : :invalid)
end
#clean_up_passwords