[Jifty-commit] r431 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Dec 30 11:23:17 EST 2005


Author: jesse
Date: Fri Dec 30 11:23:17 2005
New Revision: 431

Modified:
   /   (props changed)
   jifty/trunk/lib/Jifty/ClassLoader.pm

Log:
 r21947 at truegrounds:  jesse | 2005-12-30 15:29:17 +0100
 * Actually load up Delete actions


Modified: jifty/trunk/lib/Jifty/ClassLoader.pm
==============================================================================
--- jifty/trunk/lib/Jifty/ClassLoader.pm	(original)
+++ jifty/trunk/lib/Jifty/ClassLoader.pm	Fri Dec 30 11:23:17 2005
@@ -178,7 +178,7 @@
     for my $full (keys %{$self->{models}}) {
         my($short) = $full =~ /::Model::(.*)/;
          ($full . "Collection")->require;
-         ($ActionBasePath . "::" . $_ . $short)->require for qw/Create Update/;
+         ($ActionBasePath . "::" . $_ . $short)->require for qw/Create Update Delete/;
     }
 
 }


More information about the Jifty-commit mailing list