mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 23:38:10 -05:00
Unfreeze Devise::CONTROLLERS as well.
This commit is contained in:
@@ -11,7 +11,7 @@ module Devise
|
||||
:sessions => [:authenticatable],
|
||||
:passwords => [:recoverable],
|
||||
:confirmations => [:confirmable]
|
||||
}.freeze
|
||||
}
|
||||
|
||||
STRATEGIES = [:authenticatable]
|
||||
SERIALIZERS = [:authenticatable, :rememberable]
|
||||
|
||||
Reference in New Issue
Block a user