Corrections diverses
[zf2.biz/galerie.git] / module / Application / src / Application / Controller / IndexController.php
index a1aafae..0062914 100644 (file)
@@ -18,4 +18,11 @@ class IndexController extends AbstractActionController
     {
         return new ViewModel();
     }
+    
+    public function testAction()
+    {
+        return array(
+            'name' => 'test: ajout action',
+        );
+    }
 }