mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fixing gem name
This commit is contained in:
parent
2e50204700
commit
bb6d7334d0
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ module Devise
|
|||
@@router_name = nil
|
||||
|
||||
def self.encryptor=(value)
|
||||
warn "\n[DEVISE] To select a encryption which isn't bcrypt, you should use devise_encryptable gem.\n"
|
||||
warn "\n[DEVISE] To select a encryption which isn't bcrypt, you should use devise-encryptable gem.\n"
|
||||
end
|
||||
|
||||
def self.use_salt_as_remember_token=(value)
|
||||
|
|
Loading…
Reference in a new issue