Missing Method in ProductsController

You are seeing this error because the action brochure is not defined in controller ProductsController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the ProductsController::brochure() in file : app/controllers/products_controller.php

<?php
class ProductsController extends AppController {
   function brochure() {
   }

}
?>