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