Miscellaneous
addDefaultRoutes()
Signature
Section titled “Signature”addDefaultRoutes() — returns any
Description
Section titled “Description”Adds the default CFWheels routes (for example, [controller]/[action]/[key], etc.) to your application. Only use this method if you have set loadDefaultRoutes to false and want to control exactly where in the route order you want to place the default routes.
Examples
Section titled “Examples”<!--- Adds the default routes to your application (done in `config/routes.cfm`) ---> <cfset addDefaultRoutes()>