You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apidocs.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ These methods return a promise
44
44
45
45
#### Collection Resource
46
46
47
-
Create a resource by specifying a Backbone model, collection, a unique name, and the property name that uniquely identifies the models for this resource type (the primary key). Creating a resource is the first step to storing your data in the store.
47
+
Create a collection resource by specifying a Backbone model, collection, a unique name, and the property name that uniquely identifies the models for this resource type (the primary key).
48
48
49
49
```js
50
50
var Person =Backbone.Model.extend({
@@ -67,6 +67,8 @@ DS.defineResource({
67
67
68
68
#### Model Resource
69
69
70
+
Create a model resource by specifying a Backbone model and a unique name.
0 commit comments