In this link Rails find_or_create by more than one attribute? can use more that one attribute with active record.
How can I use more than attribute in mongoid?
Thank you
|
In this link Rails find_or_create by more than one attribute? can use more that one attribute with active record. How can I use more than attribute in mongoid? Thank you |
|||
|
|
|
If you look at the source in lib/mongoid/finders.rb:
you can see that find_or_create_by accepts a
and it should work. |
|||
|
|
|
From the mongoid docs on querying:
|
|||
|
|