don't inflate items
Alexander Hartmaier [Wed, 10 Mar 2010 18:58:02 +0000 (19:58 +0100)]
item and list should do the same thing
this fixes the rest item test
we'll add object inflation for both item and list later when we've found
a clean solution

lib/Catalyst/Controller/DBIC/API.pm

index 229237d..a572fa8 100644 (file)
@@ -864,7 +864,7 @@ sub each_object_inflate
 {
     my ($self, $c, $object) = @_;
 
-    return { $object->get_inflated_columns };
+    return { $object->get_columns };
 }
 
 # from Catalyst::Action::Serialize