PageRenderTime 139ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/models/Wheels.cfc

http://cfwheels.googlecode.com/
ColdFusion CFScript | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | 949c6a856bf020aa603a60b5a7cec3db MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <!---
  2. This is a model file that Wheels uses internally.
  3. Do not delete this file.
  4. --->
  5. <cfcomponent output="false" displayName="Model">
  6. <cfinclude template="../wheels/model.cfm">
  7. </cfcomponent>