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: syncer/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: "Syncer - RendrJS"
5
5
6
6
# Syncer
7
7
8
-
The syncer methods are mixins used in the [models](/model) and [collections](/collection) to simplify data retrieval from an API. The syncer is setup to work on requests that are started on the client or server. It automatically adds the any API prefixes defined, and makes the requests. It is modeled after the [model sync](http://backbonejs.org/#Model-sync) and [collection sync](http://backbonejs.org/#Collection-sync) created in Backbone.
8
+
The syncer methods are mixins used in the [models](/model) and [collections](/collection) to simplify data retrieval from an API. The syncer is setup to work on requests that are started on the client or server. It automatically adds the appropriate API prefixes, and makes the requests. It is modeled after the [model sync](http://backbonejs.org/#Model-sync) and [collection sync](http://backbonejs.org/#Collection-sync) created in Backbone.
9
9
10
10
The most important thing to note about the syncer methods and attributes is since they are mixed into models and collections, all of them are available on both models and collections.
0 commit comments