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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Feb 28 15:02:42 EST 2007


Author: jesse
Date: Wed Feb 28 15:02:42 2007
New Revision: 2871

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

Log:
 r48604 at pinglin:  jesse | 2007-02-28 14:49:03 -0500
  * added a bit of POD


Modified: jifty/branches/template-declare/lib/Jifty/ClassLoader.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/ClassLoader.pm	(original)
+++ jifty/branches/template-declare/lib/Jifty/ClassLoader.pm	Wed Feb 28 15:02:42 2007
@@ -273,6 +273,12 @@
     }
 }
 
+=head2 require_views
+
+Load up C<$appname::View>, the view class for the application.
+
+=cut
+
 sub require_views {
     my $self = shift;
     


More information about the Jifty-commit mailing list