Missing Method in EmployersController

Error: The action Pages is not defined in controller EmployersController

Error: Create EmployersController::Pages() in file: app/Controller/EmployersController.php.

<?php
class EmployersController extends AppController {


	public function Pages() {

	}

}

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

Stack Trace