mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
14 lines
344 B
Ruby
14 lines
344 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 not null
|
|
# updated_at :datetime not null
|
|
#
|