Saved Bookmarks
| 1. |
What Is Model.attributes? |
|
Answer» The attributes property is the internal hash containing the model’s state, USUALLY a form of the JSON object representing the model data on the server. It is OFTEN a STRAIGHTFORWARD SERIALIZATION of a row from the database. The attributes property is the internal hash containing the model’s state, usually a form of the JSON object representing the model data on the server. It is often a straightforward serialization of a row from the database. |
|