More Website Templates at TemplateMonster.com!
Missing Method in RoomsController
Error: The action index is not defined in controller RoomsController
Error: Create RoomsController::index() in file: app/controllers/rooms_controller.php.
<?php
class RoomsController extends AppController {
var $name = 'Rooms';
function index() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.