Object
# File lib/devise/encryptors/base.rb, line 11 def self.digest raise NotImplemented end
# File lib/devise/encryptors/base.rb, line 15 def self.salt(stretches) Devise.friendly_token[0,20] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.