Sha256: 2f1a64d7d1820a5e710e35ec16a460a978a4fa651dac2542ecc0fb78f7da5a9f
Contents?: true
Size: 547 Bytes
Versions: 1
Compression:
Stored size: 547 Bytes
Contents
# == Schema Information # # Table name: conductor_raw_experiments # # id :integer not null, primary key # identity_id :string(255) # group_name :string(255) # option_name :string(255) # conversion_value :decimal(8, 2) # created_at :datetime # updated_at :datetime # class Conductor::RawExperiment < ActiveRecord::Base set_table_name "conductor_raw_experiments" validates_presence_of :group_name, :option_name def created_date self.created_at.strftime('%Y-%m-%d') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
conductor-0.2.9 | lib/conductor/models/raw_experiment.rb |