/wheels/tests/_assets/models/CombiKey.cfc

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

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