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
|
2018-02-20 01:28:58 -05:00
|
|
|
# value :string not null
|
|
|
|
# created_at :datetime not null
|
|
|
|
# updated_at :datetime not null
|
2015-09-17 20:41:10 -04:00
|
|
|
#
|