Antonito, Colorado | Chama, New Mexico | 1-888-CUMBRES | info@cumbrestoltec.com

Missing Method in Controller

Missing Method in CrewController

Error: The action img.on is not defined in controller CrewController

Error: Create CrewController::img.on() in file: cumbrestoltec.com/controllers/crew_controller.php.

<?php
class CrewController extends AppController {

	var $name = 'Crew';


	function img.on() {

	}

}
?>

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