Is there a built-in way to make upsert (insert if not exists) in Mongoid? Or should I check if an item exists first and only after that make insert/update?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There is a built-in upsert method in Mongoid already
Taken from http://mongoid.org/en/mongoid/docs/persistence.html |
|||
|
|