Method: LabTech::Experiment#name

Defined in:
app/models/lab_tech/experiment.rb

#nameObject

Oh, this is a fun one: apparently Scientist::Experiment#name is overriding the ActiveRecord attribute. Override it back.



94
# File 'app/models/lab_tech/experiment.rb', line 94

def name         ; read_attribute  :name        ; end