Browse Source

Restore removed property.

This property stops missing table errors.
Mark Story 10 years ago
parent
commit
1d9aed149e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      tests/test_app/TestApp/Controller/RequestActionController.php

+ 7 - 0
tests/test_app/TestApp/Controller/RequestActionController.php

@@ -23,6 +23,13 @@ class RequestActionController extends AppController
 {
 
     /**
+     * The default model to use.
+     *
+     * @var string
+     */
+    public $modelClass = 'Posts';
+
+    /**
      * test_request_action method
      *
      * @return \Cake\Network\Response