Missing Method in ProductsController

Error: The action get is not defined in controller ProductsController

Error: Create ProductsController::get() in file: app/Controller/ProductsController.php.

<?php
class ProductsController extends AppController {


	public function get() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace