/config/routes.cfm

http://cfwheels.googlecode.com/ · ColdFusion · 5 lines · 1 code · 0 blank · 4 comment · 0 complexity · 2e9f5640aa63ee6ab69a3512196e2bf2 MD5 · raw file

  1. <!---
  2. Here you can add routes to your application and edit the default one.
  3. The default route is the one that will be called on your application's "home" page.
  4. --->
  5. <cfset addRoute(name="home", pattern="", controller="wheels", action="wheels")>