Sign up Sign in

Missing Method in AuctionsController

Error: The action buying is not defined in controller AuctionsController

Error: Create AuctionsController::buying() in file: app/Controller/AuctionsController.php.

<?php
class AuctionsController extends AppController {


	public function buying() {

	}

}

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

Stack Trace