added test case + patch for inherited action configuration
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
index 548b4a1..aca0b1c 100644 (file)
@@ -189,7 +189,7 @@ sub get_action_methods {
     push(
         @methods,
         map {
-            $meta->get_method($_)
+            $meta->find_method_by_name($_)
               || confess( 'Action "' 
                   . $_
                   . '" is not available from controller '