mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Remove autoload for Bcrypt encryptor, it does not exist anymore
This commit is contained in:
parent
38f3f6318a
commit
0bc80cec35
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ module Devise
|
|||
|
||||
module Encryptors
|
||||
autoload :Base, 'devise/encryptors/base'
|
||||
autoload :Bcrypt, 'devise/encryptors/bcrypt'
|
||||
autoload :AuthlogicSha512, 'devise/encryptors/authlogic_sha512'
|
||||
autoload :ClearanceSha1, 'devise/encryptors/clearance_sha1'
|
||||
autoload :RestfulAuthenticationSha1, 'devise/encryptors/restful_authentication_sha1'
|
||||
|
|
Loading…
Add table
Reference in a new issue