fixed _build_fields_for_type_Row
wreis [Thu, 17 Jan 2008 02:33:59 +0000 (02:33 +0000)]
lib/Reaction/UI/ViewPort/Action.pm

index 1251d8e..e538895 100644 (file)
@@ -156,7 +156,7 @@ class Action is 'Reaction::UI::ViewPort::Object', which {
 
   #this needs to be fixed. somehow. beats the shit our of me. really.
   #implements build_fields_for_type_Reaction_InterfaceModel_Object => as {
-  implements _build_fields_for_type_DBIx_Class_Row => as {
+  implements _build_fields_for_type_Row => as {
     my ($self, $attr, $args) = @_;
     $self->_build_simple_field(attribute => $attr, class => ChooseOne, %$args);
   };