Merge in object_split functionality
[catagits/Catalyst-Controller-DBIC-API.git] / lib / Catalyst / Controller / DBIC / API / Request / Context.pm
index 5653031..9f9ea72 100644 (file)
@@ -32,6 +32,7 @@ has objects =>
         count_objects => 'count',
         has_objects => 'count',
         clear_objects => 'clear',
+        get_object => 'get',
     },
 );