Trying to get authlogic running

This commit is contained in:
Christoph Haas 2015-07-13 18:42:36 +02:00
parent 06f09c0486
commit 737ff62cfc
23 changed files with 306 additions and 4 deletions

View file

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