PageRenderTime 662ms CodeModel.GetById 645ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/tests/_assets/models/Profile.cfc

http://cfwheels.googlecode.com/
ColdFusion CFScript | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | e809b0de31fbaf8295bc3a6d994f33e5 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <cfcomponent extends="Model">
  2. <cffunction name="init">
  3. <cfset belongsTo("author")>
  4. </cffunction>
  5. </cfcomponent>