heartcombo--devise/lib
Nicolas Viennot 620478cc5f Revert "Better error message in case a trackable module can't be saved."
This reverts commit 43d0715238.

save() returns false only when validations failed. In this case, validations are
not performed. Therefore save() may never return a falsy value.
If save() fails, the appropriate exception is raised.

With certain ORMs, such as NoBrainer, save() never returns true/false, but
always raise an exception. This commit lift the incompatiblity.
2015-01-10 09:38:43 -05:00
..
devise Revert "Better error message in case a trackable module can't be saved." 2015-01-10 09:38:43 -05:00
generators Simplify the logic to display the minimum password length hint 2014-12-27 11:22:40 -02:00
devise.rb Update devise.rb 2014-11-20 16:01:21 -05:00