SEARCH

Missing Method in JobsController

Error: The action Leadville448.pdf is not defined in controller JobsController

Error: Create JobsController::Leadville448.pdf() in file: app/controllers/jobs_controller.php.

<?php
class JobsController extends AppController {

	var $name = 'Jobs';


	function Leadville448.pdf() {

	}

}
?>

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