class method self.lookup_algorithm

Ruby on Rails edge

Since edge

Signature

self.lookup_algorithm(name)

Looks up a registered algorithm by name

Parameters

name req
Source
# File activemodel/lib/active_model/secure_password.rb, line 31
      def lookup_algorithm(name)
        algorithm_registry[name.to_sym]
      end

Defined in activemodel/lib/active_model/secure_password.rb line 31 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveModel::SecurePassword

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close