The save() method is used only to add an entry to the db, not when it is modified. Eg., when I create a question, I do question.save. When I add an answer to the question, I just do question.add(answer). I don't have to save() the question to save the changes. Is my understanding correct?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
||||
|
|
Yes you do need to save your question. Play has some pretty good tutorials, you should have a look. |
|||
|
Play uses |
|||||||
|