minor doc fixes
wreis [Thu, 24 Jan 2008 17:00:37 +0000 (17:00 +0000)]
lib/Reaction/InterfaceModel/Reflector/DBIC.pm
lib/Reaction/UI/ViewPort.pm

index 1765f6c..e428a2d 100644 (file)
@@ -494,7 +494,7 @@ class DBIC, which {
     #XXX move to using 'handles' for this?
     $meta->add_method('__id', sub {shift->$dm_reader->id} )
       unless $class->can('__id');
-    #XXX this one is for ActionForm, ChooseOne and ChooseMany need this shit
+    #XXX this one is for Action, ChooseOne and ChooseMany need this shit
     $meta->add_method('__ident_condition', sub {shift->$dm_reader->ident_condition} )
       unless $class->can('__ident_condition');
 
index ce8f421..7d24efc 100644 (file)
@@ -241,7 +241,7 @@ ViewPorts classname.
 
 This is generally used by more specialised ViewPorts such as the
 L<ListView|Reaction::UI::ViewPort::ListView> or
-L<ActionForm|Reaction::UI::ViewPort::ActionForm>. It can be either a
+L<Action|Reaction::UI::ViewPort::Action>. It can be either a
 space separated list of column names, or an arrayref of column names.
 
 =back
@@ -382,7 +382,7 @@ returns the location and the name, joined with a colon.
 
 Sorts the given list of items such that the ones that also appear in
 the spec are at the beginning. This is called by
-L<Reaction::UI::ViewPort::ActionForm> and
+L<Reaction::UI::ViewPort::Action> and
 L<Reaction::UI::ViewPort::ListView>, and gets passed L<column_order>
 as the spec argument.