Method: MongoMapper::Plugins::Querying::ClassMethods#first_or_create
- Defined in:
- lib/mongo_mapper/plugins/querying.rb
#first_or_create(args) ⇒ Object
18 19 20 |
# File 'lib/mongo_mapper/plugins/querying.rb', line 18 def first_or_create(args) first(args) || create(args.reject { |key, value| !key?(key) }) end |