Class: Conductor::Experiment::Weight
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Conductor::Experiment::Weight
- Defined in:
- lib/conductor/experiment/weight.rb
Overview
Schema Information
Table name: conductor_weighted_experiments
id :integer not null, primary key
group_name :string(255)
option_name :string(255)
weight :decimal(8, 2)
created_at :datetime
updated_at :datetime