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