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