annotations were out of date

This commit is contained in:
Sam
2014-03-20 15:35:51 +11:00
parent c240fb0d83
commit 5c148faeb9
10 changed files with 72 additions and 43 deletions

View File

@@ -1,3 +1,22 @@
class SingleSignOnRecord < ActiveRecord::Base
belongs_to :user
end
# == Schema Information
#
# Table name: single_sign_on_records
#
# id :integer not null, primary key
# user_id :integer not null
# external_id :string(255) not null
# last_payload :text not null
# created_at :datetime
# updated_at :datetime
# external_username :string(255)
# external_email :string(255)
# external_name :string(255)
#
# Indexes
#
# index_single_sign_on_records_on_external_id (external_id) UNIQUE
#