Class: User

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/generators/sso/auth/templates/app/models/user.rb

Overview

Schema Information

Table name: users

id                 :integer          not null, primary key
uid                :string(255)
name               :text
email              :text
raw_info           :text
sign_in_count      :integer
current_sign_in_at :datetime
last_sign_in_at    :datetime
current_sign_in_ip :string(255)
last_sign_in_ip    :string(255)
created_at         :datetime         not null
updated_at         :datetime         not null