Class: ExperimentContainer

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
CoreBase
Defined in:
app/models/experiment_container.rb

Overview

Attributes:

Associations:

Instance Method Summary (collapse)

Instance Method Details

- (Object) get_title(_product_filter)



15
16
17
18
19
20
# File 'app/models/experiment_container.rb', line 15

def get_title(_product_filter)
  title = ""
  title+= "Visual Coding Experiment #{id}"

  title
end