Devise removed. Broke tests. Trying another auth gem.

This commit is contained in:
Christoph Haas 2015-05-03 13:31:13 +02:00
parent 567d61ce1e
commit 5c31a94aef
8 changed files with 0 additions and 398 deletions

View file

@ -1,6 +0,0 @@
class User < ActiveRecord::Base
# Include default devise modules. Others available are:
# :confirmable, :lockable, :timeoutable and :omniauthable
devise :database_authenticatable, # :registerable,
:recoverable, :rememberable, :trackable, :validatable
end