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