Skip to content

Instantly share code, notes, and snippets.

@neokoenig
Created June 18, 2017 10:25
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 neokoenig/2ed1ec7231d786d5bfa44d8505bf184e to your computer and use it in GitHub Desktop.
Save neokoenig/2ed1ec7231d786d5bfa44d8505bf184e to your computer and use it in GitHub Desktop.
Old CFWheels 1.x style routing
addRoute(name="users", pattern="/users/[action]/[key]", controller="users");
addRoute(name="users", pattern="/users/[action]/", controller="users");
addRoute(name="users", pattern="/users/", controller="users", action="index");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment