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