annotate models

This commit is contained in:
Sam
2016-03-28 15:21:45 +11:00
parent 4da9a434fd
commit 236d8193bd
6 changed files with 65 additions and 15 deletions

View File

@ -7,3 +7,22 @@ class EmailChangeRequest < ActiveRecord::Base
end
end
# == Schema Information
#
# Table name: email_change_requests
#
# id :integer not null, primary key
# user_id :integer not null
# old_email :string not null
# new_email :string not null
# old_email_token_id :integer
# new_email_token_id :integer
# change_state :integer not null
# created_at :datetime not null
# updated_at :datetime not null
#
# Indexes
#
# index_email_change_requests_on_user_id (user_id)
#