discourse/app/models/user_field_option.rb

14 lines
310 B
Ruby
Raw Normal View History

class UserFieldOption < ActiveRecord::Base
end
2015-09-17 20:41:10 -04:00
# == Schema Information
#
# Table name: user_field_options
#
# id :integer not null, primary key
# user_field_id :integer not null
# value :string(255) not null
# created_at :datetime
# updated_at :datetime
#