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