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