Module: Api::PulldownMultiplexedLibraryTubeIO::Extensions
- Included in:
- PulldownMultiplexedLibraryTube
- Defined in:
- app/models/api/pulldown_multiplexed_library_tube_io.rb
Overview
rubocop:todo Style/Documentation
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
11 12 13 14 15 16 17 |
# File 'app/models/api/pulldown_multiplexed_library_tube_io.rb', line 11 def self.included(base) base.class_eval do extend ClassMethods scope :including_associations_for_json, -> { includes(%i[uuid_object barcodes scanned_into_lab_event]) } end end |