Class: Search::FindSourceAssetsByDestinationAssetBarcode

Inherits:
Search show all
Defined in:
app/models/search/find_source_assets_by_destination_asset_barcode.rb

Instance Method Summary collapse

Methods included from Uuid::Uuidable

included, #unsaved_uuid!, #uuid

Methods inherited from ApplicationRecord

alias_association, convert_labware_to_receptacle_for, find_by_id_or_name, find_by_id_or_name!

Methods included from Squishify

extended

Instance Method Details

#scope(criteria) ⇒ Object



3
4
5
# File 'app/models/search/find_source_assets_by_destination_asset_barcode.rb', line 3

def scope(criteria)
  Labware.source_assets_from_machine_barcode(criteria['barcode'])
end