mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
13 lines
310 B
Ruby
13 lines
310 B
Ruby
class UserFieldOption < ActiveRecord::Base
|
|
end
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: user_field_options
|
|
#
|
|
# id :integer not null, primary key
|
|
# user_field_id :integer not null
|
|
# value :string not null
|
|
# created_at :datetime
|
|
# updated_at :datetime
|
|
#
|