Sha256: 3d895cebd8aeab9e22a2f75906154a6fa680c5977560d4df7811d9b4727cdc53
Contents?: true
Size: 549 Bytes
Versions: 3
Compression:
Stored size: 549 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::Experiment::Raw < ActiveRecord::Base set_table_name "conductor_raw_experiments" validates_presence_of :group_name, :alternative def created_date self.created_at.strftime('%Y-%m-%d') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
conductor-0.5.0 | lib/conductor/experiment/raw.rb |
conductor-0.4.1 | lib/conductor/experiment/raw.rb |
conductor-0.3.0 | lib/conductor/experiment/raw.rb |