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



