Skip to content

Instantly share code, notes, and snippets.

@imalberto
Created January 29, 2014 21:58
Show Gist options
  • Save imalberto/8698016 to your computer and use it in GitHub Desktop.
Save imalberto/8698016 to your computer and use it in GitHub Desktop.
routes.yaml example
-
settings:
- master
home:
path: /home
verbs:
- get
call: home.index
help:
path: /home/:action
verbs:
- get
- post
call: home.help
// /home/help should match help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment