Missing Method in BlogController
You are seeing this error because the action tags is not defined in controller BlogController
If you want to customize this error message, create ar/views/errors/missing_action.thtml.
Fatal: Confirm you have created the BlogController::tags() in file : ar/controllers/blog_controller.php
<?php
class BlogController extends AppController {
function tags() {
}
}
?>
