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