Skip to content

Instantly share code, notes, and snippets.

@enyo
Created December 27, 2012 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save enyo/4392577 to your computer and use it in GitHub Desktop.
Save enyo/4392577 to your computer and use it in GitHub Desktop.
App.Router.map (match) ->
match("/").to "finances"
match("/finances").to "finances", (match) ->
match("/").to "listFinancialEvents"
match("/:financial_event_id").to "financialEvent"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment