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