# == 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 # class Conductor::WeightedExperiment < ActiveRecord::Base set_table_name "conductor_weighted_experiments" end