Skip to content

Instantly share code, notes, and snippets.

Created August 26, 2013 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6337157 to your computer and use it in GitHub Desktop.
Save anonymous/6337157 to your computer and use it in GitHub Desktop.
routes.yml
Director:
rules:
'/$Action/$ID/$Name': 'DecisionMaking_Controller'
'decision//$Action/$ID/$Name': 'DecisionMaking_Controller'
'deciding//$Action/$ID/$Name': 'DecisionMaking_Controller'
'voter/$Action/$ID/$Name' : 'Voting_Controller'
'member/$Action/$ID/$Name' : 'Voting_Controller'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment