/wheels/tests/_assets/models/Comment.cfc

http://cfwheels.googlecode.com/ · ColdFusion CFScript · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · f5f5d1a0e10a2f0896697a6d005761d3 MD5 · raw file

  1. <cfcomponent extends="Model">
  2. <cffunction name="init">
  3. <cfset belongsTo("post")>
  4. </cffunction>
  5. </cfcomponent>