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


