Method: MemoryModel::Collection::Finders#find_by

Defined in:
lib/memory_model/collection/finders.rb

#find_by(hash) ⇒ Object



27
28
29
# File 'lib/memory_model/collection/finders.rb', line 27

def find_by(hash)
  where(hash).first
end