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