Re-added the jQuery javascript engine

This commit is contained in:
Kyle Johnson
2013-05-25 12:22:23 -04:00
parent 1795633b71
commit 6d2f7baf5d

View File

@@ -32,7 +32,7 @@ App::uses('Controller', 'Controller');
* @link http://book.cakephp.org/2.0/en/controllers.html#the-app-controller
*/
class AppController extends Controller {
public $helpers = array('Html', 'Form');
public $helpers = array('Html', 'Form', 'Js' => array('Jquery'));
public $components = array('Cookie', 'Session');
public function beforeFilter() {