So What I want to do is use a javascript called nicEdit.js in this one app, but don't want it used in all app that uses the "default.ctp" template.
- I've added the Js to /webroot/js/nicEdit.js
- Based on this tutorial "http://book.cakephp.org/2.0/en/core-libraries/helpers/js.html", I have added "public $helpers = array('Js' => array('nicEdit'));" at the beginning of my Controller.
- I did a "view source" on my browser to see where the js is being loaded and I don't see it anywhere.
What am I missing?