2015-07-28 12:29:40 -04:00
|
|
|
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
|
2016-02-22 18:33:53 -05:00
|
|
|
# value :string not null
|
2017-08-16 10:38:11 -04:00
|
|
|
# created_at :datetime not null
|
|
|
|
# updated_at :datetime not null
|
2015-09-17 20:41:10 -04:00
|
|
|
#
|