Missing Method in HostingController
Error: The action js is not defined in controller HostingController
Error: Create HostingController::js() in file: app/controllers/hosting_controller.php.
<?php
class HostingController extends AppController {
var $name = 'Hosting';
function js() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.

