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