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