public
Fork of technoweenie/permalink_fu
Description: ActiveRecord plugin for automatically converting fields to permalinks.
Clone URL: git://github.com/henrik/permalink_fu.git
Make mock ActiveRecord a module, not a class, to avoid conflicts if real 
AR is loaded.
henrik (author)
Sun Jun 08 00:20:01 -0700 2008
commit  03fddb0c119f50c57101beeb19552fe5e64c1237
tree    8b9b8c764f0865088ff0aa766b6955a7bb5bcd28
parent  fcbf49e7085a024c87394aacd2970d75af2a6317
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@ require File.join(File.dirname(__FILE__), '../lib/permalink_fu')
0
 class FauxColumn < Struct.new(:limit)
0
 end
0
 
0
-class ActiveRecord
0
+module ActiveRecord
0
   class RecordNotFound < StandardError; end
0
 end
0
 

Comments

    No one has commented yet.