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