[Jifty-commit] r3156 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Apr 19 12:23:00 EDT 2007


Author: jesse
Date: Thu Apr 19 12:22:59 2007
New Revision: 3156

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

Log:
 r55764 at pinglin:  jesse | 2007-04-19 12:21:41 -0400
 * Doc updates for Jifty::ClassLoader -- David Good <dgood at willingminds.com>


Modified: jifty/trunk/lib/Jifty/ClassLoader.pm
==============================================================================
--- jifty/trunk/lib/Jifty/ClassLoader.pm	(original)
+++ jifty/trunk/lib/Jifty/ClassLoader.pm	Thu Apr 19 12:22:59 2007
@@ -95,12 +95,13 @@
 it creates a subclass of L<Jifty::Collection> whose C<record_class> is
 C<I<Application>::Model::I<Something>>.
 
-=item I<Application>::Action::(Create or Update or Delete)I<Anything>
+=item I<Application>::Action::(Create or Update or Delete or Search)I<Anything>
 
-If C<I<Application>::Model::I<Something>> is a valid model class, then
-it creates a subclass of L<Jifty::Action::Record::Create>,
-L<Jifty::Action::Record::Update>, or L<Jifty::Action::Record::Delete>
-whose I<record_class> is C<I<Application>::Model::I<Something>>.
+If C<I<Application>::Model::I<Something>> is a valid model class, then it
+creates a subclass of L<Jifty::Action::Record::Create>,
+L<Jifty::Action::Record::Update>, L<Jifty::Action::Record::Delete> or
+L<Jifty::Action::Record::Search> whose I<record_class> is
+C<I<Application>::Model::I<Something>>.
 
 =back
 


More information about the Jifty-commit mailing list