/config/routes.cfm
http://cfwheels.googlecode.com/ · ColdFusion · 5 lines · 1 code · 0 blank · 4 comment · 0 complexity · 2e9f5640aa63ee6ab69a3512196e2bf2 MD5 · raw file
- <!---
- Here you can add routes to your application and edit the default one.
- The default route is the one that will be called on your application's "home" page.
- --->
- <cfset addRoute(name="home", pattern="", controller="wheels", action="wheels")>