1
0
Fork 0
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:
José Valim 2009-12-09 08:14:50 -02:00
parent 3de34c3952
commit 9095d525b2

View file

@ -11,7 +11,7 @@ module Devise
:sessions => [:authenticatable],
:passwords => [:recoverable],
:confirmations => [:confirmable]
}.freeze
}
STRATEGIES = [:authenticatable]
SERIALIZERS = [:authenticatable, :rememberable]