Class: Search::FindModelByName

Inherits:
Search show all
Defined in:
app/models/search/find_model_by_name.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



10
11
12
# File 'app/models/search/find_model_by_name.rb', line 10

def scope(criteria)
  model.with_name(criteria['name'])
end