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

