Skip to content

Commit

Permalink
fixed comment re: Ember.Resource.url
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Jan 23, 2012
1 parent 3f116be commit 11fc1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/vendor/ember-rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
representation
* `properties` -- an array of property names to be returned in this object's
JSON representation
* `url` -- (optional) the base url of the resource (e.g. '/contacts/active');
will default to the `url` for `type`
* `url` -- the base url of the resource (e.g. '/contacts'); will append '/id'
for individual resources
You may also wish to override / define the following methods:
Expand Down

0 comments on commit 11fc1ef

Please sign in to comment.