authentication.rb revision 1360ea51ce88cdc0c46a7c6fd14516837037f6bf
2cb6f28b3a12bb714bf14494d31eb6b6fff64b8bJakub Hrozek # Include default devise modules. Others available are:
2cb6f28b3a12bb714bf14494d31eb6b6fff64b8bJakub Hrozek # :token_authenticatable, :encryptable, :confirmable, :lockable, :timeoutable and :omniauthable
2cb6f28b3a12bb714bf14494d31eb6b6fff64b8bJakub Hrozek devise :database_authenticatable, :registerable,
52261fe16203dec6e6f69177c6d0a810b47d073fStephen Gallagher :recoverable, :rememberable, :trackable, :validatable
52261fe16203dec6e6f69177c6d0a810b47d073fStephen Gallagher # Setup accessible (or protected) attributes for your model