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