Skip to content

Instantly share code, notes, and snippets.

@neokoenig
Last active June 8, 2017 12:23
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/b6da4c26f2f27370031893257a52be3a to your computer and use it in GitHub Desktop.
Save neokoenig/b6da4c26f2f27370031893257a52be3a to your computer and use it in GitHub Desktop.
<cfscript>
mapper()
.namespace("admin")
.resources("users")
.end()
.wildcard()
.root(to="wheels##wheels", method="get")
.end()
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment