Module: Asset::SharedLibraryTubeBehaviour

Extended by:
ActiveSupport::Concern
Included in:
LibraryTube, MultiplexedLibraryTube
Defined in:
app/models/asset/shared_library_tube_behaviour.rb

Overview

Instance Method Summary collapse

Instance Method Details

#library_source_platesObject



13
14
15
# File 'app/models/asset/shared_library_tube_behaviour.rb', line 13

def library_source_plates
  purpose.try(:library_source_plates, self) || []
end