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











