Missing Method in Controller
Missing Method in AtestariController
You are seeing this error because the action contact is not defined in controller AtestariController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the AtestariController::contact() in file : app/controllers/atestari_controller.php
<?php
class AtestariController extends AppController {
function contact() {
}
}
?>