public
Description: FixtureReplacement rails plugin (version 2 and on)
Homepage: http://replacefixtures.rubyforge.org/
Clone URL: git://github.com/smtlaissezfaire/fixturereplacement.git
* Adding License agreement
Mon Jul 21 22:02:21 -0700 2008
commit  de1277b85d75abf8e91518c96f1c17a4cd765655
tree    84453e090f9bf7b5c48508b83f8a97f6036d8f34
parent  6c37f9a04a91a655a3cbb2536bf92f379f6e37fb
...
 
 
 
1
2
3
...
6
7
8
9
10
...
1
2
3
4
5
6
...
9
10
11
 
 
0
@@ -1,3 +1,6 @@
0
+# Copyright 2007-2008 Scott Taylor <scott@railsnewbie.com>
0
+# See the file LICENSE in the root of this project for the conditions
0
+# of the copyright.
0
 module FixtureReplacement
0
   class InclusionError < StandardError; end
0
   
0
@@ -6,5 +9,3 @@ module FixtureReplacement
0
   
0
   extend ClassMethods
0
 end
0
-
0
-

Comments

    No one has commented yet.