Method: MemoryModel::Collection::Finders#find_or_create_by
- Defined in:
- lib/memory_model/collection/finders.rb
#find_or_create_by(hash) ⇒ Object
35 36 37 |
# File 'lib/memory_model/collection/finders.rb', line 35 def find_or_create_by(hash) find_by(hash) || model.create(hash) end |