Sha256: 018d10ec18cda824b15fcaf0dcd08974c86e464c460de8eaaa808b31a3bff4d1

Contents?: true

Size: 339 Bytes

Versions: 1

Compression:

Stored size: 339 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::WeightHistory < ActiveRecord::Base
  set_table_name "conductor_weight_histories"
end

Version data entries

1 entries across 1 versions & 1 rubygems

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