class method
self.algorithm_registry
Ruby on Rails edge
Since edgeSignature
self.algorithm_registry()
Returns the registry of password algorithms
Source
# File activemodel/lib/active_model/secure_password.rb, line 17
def algorithm_registry
@algorithm_registry ||= {}
end
Defined in activemodel/lib/active_model/secure_password.rb line 17
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::SecurePassword