Changes to accommodate Action::REST::ForBrowsers
[catagits/Catalyst-Action-Serialize-Data-Serializer.git] / lib / Catalyst / Request / REST / ForBrowsers.pm
index cf4a153..7b119c8 100644 (file)
@@ -9,6 +9,8 @@ $VERSION = eval $VERSION;
 extends 'Catalyst::Request::REST';
 with 'Catalyst::TraitFor::Request::REST::ForBrowsers';
 
+sub _related_role { 'Catalyst::TraitFor::Request::REST::ForBrowsers' }
+
 __PACKAGE__->meta->make_immutable;
 
 1;