heartcombo--devise/lib/devise/models
José Valim 0e64bc74b7 Move trackabe logic to the model. 2010-03-03 12:03:43 +01:00
..
activatable.rb introducing lockable implementation 2010-01-01 17:57:35 -02:00
authenticatable.rb Use ActiveSupport::Concern. 2010-02-17 12:35:38 +01:00
confirmable.rb Use ActiveSupport::Concern. 2010-02-17 12:35:38 +01:00
http_authenticatable.rb Use ActiveSupport::Concern. 2010-02-17 12:35:38 +01:00
lockable.rb Use ActiveSupport::Concern. 2010-02-17 12:35:38 +01:00
recoverable.rb Use ActiveSupport::Concern. 2010-02-17 12:35:38 +01:00
registerable.rb Bring Devise::ALL back to modules and improving lockable docs. 2010-02-04 20:09:53 -02:00
rememberable.rb Use ActiveSupport::Concern. 2010-02-17 12:35:38 +01:00
timeoutable.rb Use ActiveSupport::Concern. 2010-02-17 12:35:38 +01:00
token_authenticatable.rb Use ActiveSupport::Concern. 2010-02-17 12:35:38 +01:00
trackable.rb Move trackabe logic to the model. 2010-03-03 12:03:43 +01:00
validatable.rb Extract Activatable from Confirmable, so if you need to active your account through other means, you can still do so and ensure cherry pick works as expected. 2009-12-20 13:53:53 +01:00