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