Skip to content

Instantly share code, notes, and snippets.

@emestee
Created April 3, 2014 11:32
Show Gist options
  • Save emestee/9952765 to your computer and use it in GitHub Desktop.
Save emestee/9952765 to your computer and use it in GitHub Desktop.
<routes>
<route name="json" pattern=".json$" cut="true" output_type="json" stop="false"/>
<route pattern="kittens/" name="kittens">
<route pattern="counter$" name=".counter" module="Kittens" action="Counter"/>
</route>
</routes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment