/wheels/tests/_assets/models/Classification.cfc
http://cfwheels.googlecode.com/ · ColdFusion CFScript · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 806dae591a7d09ea524d07bc4c7e9eab MD5 · raw file
- <cfcomponent extends="Model">
-
- <cffunction name="init">
- <cfset belongsTo("post")>
- <cfset belongsTo("tag")>
- </cffunction>
-
- </cfcomponent>