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