Last active
August 29, 2015 14:11
-
-
Save ef4/e2e8f589fa26fc4b6b79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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