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