mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Autoload Encryptor
This commit is contained in:
parent
aa49dd53b5
commit
e3244b2c31
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ require 'responders'
|
|||
|
||||
module Devise
|
||||
autoload :Delegator, 'devise/delegator'
|
||||
autoload :Encryptor, 'devise/encryptor'
|
||||
autoload :FailureApp, 'devise/failure_app'
|
||||
autoload :OmniAuth, 'devise/omniauth'
|
||||
autoload :ParameterFilter, 'devise/parameter_filter'
|
||||
|
|
Loading…
Add table
Reference in a new issue