2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00
discourse/app/models/user_field_option.rb
Sam c68999e128 annotate models
WARNING annotators out there, be to run bin/annotate on RAILS_ENV=test on a clean db
2017-08-16 10:38:11 -04:00

13 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
#