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

