first pass
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
index 9b8b037..87f6df0 100644 (file)
@@ -374,6 +374,9 @@ sub gather_default_action_roles {
 
   push @roles, 'Catalyst::ActionRole::Scheme'
     if $args{attributes}->{Scheme};
+
+  push @roles, 'Catalyst::ActionRole::QueryMatching'
+    if $args{attributes}->{Query};
     return @roles;
 }