Skip to content

Instantly share code, notes, and snippets.

@ianpetzer
Created October 2, 2013 11:27
Show Gist options
  • Save ianpetzer/6792331 to your computer and use it in GitHub Desktop.
Save ianpetzer/6792331 to your computer and use it in GitHub Desktop.
this.resource('contract', {path: '/contract'}, function() {
this.route('edit', {path: ':contract_id/edit'});
this.route('show', {path: ':contract_id'});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment