fix sfunc names, basically works
Matt S Trout [Tue, 18 Aug 2009 03:29:37 +0000 (04:29 +0100)]
lib/DBIx/Class/ResultSource/MultipleTableInheritance.pm

index 191448c..832a51f 100644 (file)
@@ -291,7 +291,7 @@ BEGIN {
       CREATE RULE _[% to %]_[% on %]_rule AS
         ON [% on | upper %] TO [% to %]
         DO INSTEAD (
-          SELECT _[% to %]_[% on %]([% arglist %])
+          SELECT [% to %]_[% on %]([% arglist %])
         );
     };
   };