Sha256: 7183526d6b28b2ef53a45173d19f6a36a8c8609e78f7d4176146c01279c66f4e

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

# == 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
conductor-0.2.9 lib/conductor/models/weighted_experiment.rb