/wheels/tests/_assets/models/City.cfc
ColdFusion CFScript | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 7db2fe9da73dbbe9df20cbf1448d2452 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
1<cfcomponent extends="Model"> 2 3 <cffunction name="init"> 4 <cfset hasMany(name="shops", foreignKey="citycode")> 5 </cffunction> 6 7</cfcomponent>