Sha256: fef6c36da8dd5268dfbfc6644f71974a0e66c26a5d8bf2a5a59ce05038432726
Contents?: true
Size: 345 Bytes
Versions: 20
Compression:
Stored size: 345 Bytes
Contents
# == 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 # class Conductor::Experiment::History < ActiveRecord::Base set_table_name "conductor_weight_histories" end
Version data entries
20 entries across 20 versions & 1 rubygems