Revision: 276
Author: judith_osdl
Date: 2006-05-18 09:23:33 -0700 (Thu, 18 May 2006)
ViewCVS: http://svn.sourceforge.net/stp/?rev=276&view=rev
Log Message:
-----------
This is to define table.
Added Paths:
-----------
trunk/stp-ror/app/models/software_type.rb
Added: trunk/stp-ror/app/models/software_type.rb
===================================================================
--- trunk/stp-ror/app/models/software_type.rb (rev 0)
+++ trunk/stp-ror/app/models/software_type.rb 2006-05-18 16:23:33 UTC (rev 276)
@@ -0,0 +1,7 @@
+#
+# Copyright (C) 2006 Mark Wong & Open Source Development Lab, Inc.
+#
+
+class SoftwareType < ActiveRecord::Base
+ has_and_belongs_to_many :test_cases
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|