Class: Sample

Inherits:
ActiveRecordShared show all
Defined in:
app/models/sample.rb

Overview

requires

* enrollment_id * unit_id

Instance Method Summary collapse

Instance Method Details

#sample_type_parentObject

Returns the parent of this sample type



60
61
62
# File 'app/models/sample.rb', line 60

def sample_type_parent
	sample_type.parent
end