Module: SingleReceptacleLabware
- Extended by:
- ActiveSupport::Concern
- Included in:
- Fragment, Lane::Labware, Tube
- Defined in:
- app/models/concerns/single_receptacle_labware.rb
Overview
Labware with just a single receptacle This is mostly compatibility methods and we should consider removing as we migrate
Instance Method Summary collapse
Instance Method Details
#receptacle ⇒ Object
46 47 48 |
# File 'app/models/concerns/single_receptacle_labware.rb', line 46 def receptacle super || build_receptacle(sti_type: receptacle_class) end |