Class: Sample
- Inherits:
-
ActiveRecordShared
- Object
- ActiveRecord::Base
- ActiveRecordShared
- Sample
- Defined in:
- app/models/sample.rb
Overview
requires
* enrollment_id * unit_id
Instance Method Summary collapse
-
#sample_type_parent ⇒ Object
Returns the parent of this sample type.
Instance Method Details
#sample_type_parent ⇒ Object
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 |