Sha256: 3013f7425a21a3187c1dfa10f709cfd901e75488fe2ffe95bf4a6507d2042e8d
Contents?: true
Size: 565 Bytes
Versions: 19
Compression:
Stored size: 565 Bytes
Contents
class User < ActiveRecord::Base # Include default devise modules. Others available are: # :token_authenticatable, :confirmable, # :lockable, :timeoutable and :omniauthable devise :authy_authenticatable, :database_authenticatable, :registerable, :recoverable, :rememberable, :trackable, :validatable # Setup accessible (or protected) attributes for your model attr_accessible :authy_id, :last_sign_in_with_authy, :email, :password, :password_confirmation, :remember_me # attr_accessible :authy_id, :last_sign_in_with_authy, :title, :body end
Version data entries
19 entries across 11 versions & 1 rubygems