Using Mongo and Rails, I would to build a friendship system like facebook:
– Before making the friendship, the use must accept the friendship request
I found a lots of code to do the relationship but never with a relation’s property…
Do you have any idea or clue how to do that to be “respectful” of the NoSQL concept
Thank you for your help
Just use two models, something like this:
Does it sound good? Hope this helps!