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