Skip to content

Instantly share code, notes, and snippets.

@danbeaulieu
Created November 5, 2012 18:38
Show Gist options
  • Save danbeaulieu/4019486 to your computer and use it in GitHub Desktop.
Save danbeaulieu/4019486 to your computer and use it in GitHub Desktop.
routes:
'calendar': 'calendar',
'calendar/': 'calendar',
'calendar/:date': 'calendar',
'calendar/:date/': 'calendar',
'calendar/:date/:selected_tour_id': 'calendar',
'': 'calendar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment