2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/app/models/user_field_option.rb

14 lines
310 B
Ruby
Raw Normal View History

class UserFieldOption < ActiveRecord::Base
end
2015-09-18 10:41:10 +10:00
# == Schema Information
#
# Table name: user_field_options
#
# id :integer not null, primary key
# user_field_id :integer not null
2016-02-23 10:33:53 +11:00
# value :string not null
2015-09-18 10:41:10 +10:00
# created_at :datetime
# updated_at :datetime
#