Removed "authlogic" completely. Let's try "devise".

This commit is contained in:
Christoph Haas 2015-07-15 17:05:56 +02:00
parent 4b4cbf4b88
commit e6a0f15340
26 changed files with 10 additions and 260 deletions

View file

@ -1,5 +1,2 @@
class User < ActiveRecord::Base
acts_as_authentic do |c|
c.login_field = 'email'
end
end

View file

@ -1,7 +0,0 @@
# User sessions. Refers to the "User" class automatically (by its name).
# See also: https://github.com/binarylogic/authlogic
class UserSession < Authlogic::Session::Base
# specify configuration here, such as:
# logout_on_timeout true
# ...many more options in the documentation
end