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