for people that do silly things
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index e68e18c..a71f655 100644 (file)
@@ -2490,6 +2490,7 @@ sub prepare {
     };
 
     $c->log_request;
+    $c->{stash} = $c->stash;
 
     return $c;
 }