1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-02-23 17:43:22 -05:00

11 lines
297 B
Ruby
Raw Normal View History

class User < ActiveRecord::Base
# Include default devise modules. Others available are:
2014-11-03 20:26:55 -05:00
# :confirmable, :lockable, :timeoutable, :omniauthable, :registerable,
devise :database_authenticatable,
:recoverable,
:rememberable,
:trackable,
:validatable
end