mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Unfreeze Devise::CONTROLLERS as well.
This commit is contained in:
parent
3de34c3952
commit
9095d525b2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module Devise
|
|||
:sessions => [:authenticatable],
|
||||
:passwords => [:recoverable],
|
||||
:confirmations => [:confirmable]
|
||||
}.freeze
|
||||
}
|
||||
|
||||
STRATEGIES = [:authenticatable]
|
||||
SERIALIZERS = [:authenticatable, :rememberable]
|
||||
|
|
Loading…
Reference in a new issue