Skip to content

Instantly share code, notes, and snippets.

@emestee
Created April 3, 2014 11:52
Show Gist options
  • Save emestee/9952974 to your computer and use it in GitHub Desktop.
Save emestee/9952974 to your computer and use it in GitHub Desktop.
<route name="json" pattern="^/json" stop="false" cut="true" output_type="json"/>
<route name="csvFile" pattern="^/csvFile" stop="false" cut="true" output_type="csvFile"/>
<route name="csv" pattern="^/csv(^File)" stop="false" cut="true" output_type="csv"/>
<route name="php" pattern="^/php" stop="false" cut="true" output_type="php"/>
<route name="xls" pattern="^/xls" stop="false" cut="true" output_type="xls"/>
<route name="xml" pattern="^/xml" stop="false" cut="true" output_type="xml"/>
<route name="toolbar" pattern="^/toolbar" stop="false" cut="true" output_type="toolbarHtml"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment