Skip to content

Instantly share code, notes, and snippets.

@ef4
Last active August 29, 2015 14:11
Show Gist options
  • Save ef4/e2e8f589fa26fc4b6b79 to your computer and use it in GitHub Desktop.
Save ef4/e2e8f589fa26fc4b6b79 to your computer and use it in GitHub Desktop.
this.route('flowers', function() {
this.route('index');
this.route('error')
this.route('new');
this.route('flower', { path: "/:flower_id" });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment