/wheels/tests/_assets/models/CombiKey.cfc
ColdFusion CFScript | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | c314411629190e3b135ccaea914ac6f1 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
- <cfcomponent extends="Model">
- <cffunction name="init">
- <cfset belongsTo("User")>
- </cffunction>
- </cfcomponent>