[Jifty-commit] r662 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Mar 5 03:41:02 EST 2006


Author: jesse
Date: Sun Mar  5 03:41:02 2006
New Revision: 662

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

Log:
 r25560 at truegrounds:  jesse | 2006-03-04 21:14:25 -0800
 * Switch back to record::cachable for now. Memcached is busted still


Modified: jifty/trunk/lib/Jifty/Record.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Record.pm	(original)
+++ jifty/trunk/lib/Jifty/Record.pm	Sun Mar  5 03:41:02 2006
@@ -15,7 +15,7 @@
 =cut
 
 use base qw/Jifty::Object/;
-use base qw/Jifty::DBI::Record::Memcached/;
+use base qw/Jifty::DBI::Record::Cachable/;
 
 sub _init {
     my $self = shift;


More information about the Jifty-commit mailing list