instance method
algorithm_name
Ruby on Rails edge
Since edgeSignature
algorithm_name()
Returns the algorithm name.
Source
# File activemodel/lib/active_model/secure_password/bcrypt_password.rb, line 46
def algorithm_name
:bcrypt
end
Defined in activemodel/lib/active_model/secure_password/bcrypt_password.rb line 46
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::SecurePassword::BCryptPassword