mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
lets try out annotations
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: user_open_ids
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer not null
|
||||
# email :string(255) not null
|
||||
# url :string(255) not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# active :boolean not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_user_open_ids_on_url (url)
|
||||
#
|
||||
|
||||
class UserOpenId < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
attr_accessible :email, :url, :user_id, :active
|
||||
|
||||
Reference in New Issue
Block a user