[Jifty-commit] r2672 - in jifty/branches/template-declare: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jan 27 16:37:34 EST 2007


Author: trs
Date: Sat Jan 27 16:37:32 2007
New Revision: 2672

Modified:
   jifty/branches/template-declare/   (props changed)
   jifty/branches/template-declare/lib/Jifty/Plugin/REST.pm

Log:
 r19222 at zot:  tom | 2007-01-27 16:37:09 -0500
 The REST plugin doesn't have a template_class, so override the default so TD doesn't go looking


Modified: jifty/branches/template-declare/lib/Jifty/Plugin/REST.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/Plugin/REST.pm	(original)
+++ jifty/branches/template-declare/lib/Jifty/Plugin/REST.pm	Sat Jan 27 16:37:32 2007
@@ -26,4 +26,7 @@
 how to access the RESTian resources.
 
 =cut
+
+sub template_class { undef }
+
 1;


More information about the Jifty-commit mailing list