/controllers/Wheels.cfc

http://raihan.googlecode.com/ · ColdFusion CFScript · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 189e45fd0f2c9bed81bb9c312fcaf112 MD5 · raw file

  1. <!---
  2. This is a controller file that Wheels uses internally.
  3. Do not delete this file.
  4. --->
  5. <cfcomponent output="false" displayName="Controller">
  6. <cfinclude template="../wheels/controller.cfm">
  7. </cfcomponent>