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