Skip to content

Instantly share code, notes, and snippets.

@consideRatio
Created January 8, 2014 04:26
Show Gist options
  • Save consideRatio/8311824 to your computer and use it in GitHub Desktop.
Save consideRatio/8311824 to your computer and use it in GitHub Desktop.
this.resource('source', { path: '/:source_id' }, function() {
this.resource('doc', { path: '/:key' }, function() {
this.resource('collection', { path: '/:key' }, function() {
this.resource('list', { path: '/:key' });
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment