docs
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ActionRole / ConsumesContent.pm
index 9638a2d..8e0faf8 100644 (file)
@@ -102,6 +102,11 @@ allowed content types (see L</http_methods>) and zero otherwise.
 
 An array of strings that are the allowed content types for matching this action.
 
+=head2 can_consume
+
+Boolean.  Does the current request match content type with what this actionrole
+can consume?
+
 =head1 AUTHORS
 
 Catalyst Contributors, see Catalyst.pm