Skip to content

Instantly share code, notes, and snippets.

@clooth
Created September 9, 2013 09:20
Show Gist options
  • Select an option

  • Save clooth/6493349 to your computer and use it in GitHub Desktop.

Select an option

Save clooth/6493349 to your computer and use it in GitHub Desktop.
Ember Routes
Terrest.Router.reopen
location: 'history'
Terrest.Router.map ->
@resource "builds", path: "/builds/:build_race", ->
@resource "build", path: ":build_slug"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment