Missing Method in ApplicationsController

Error: The action add_1 is not defined in controller ApplicationsController

Error: Create ApplicationsController::add_1() in file: applications/controllers/applications_controller.php.

<?php
class ApplicationsController extends AppController {

	var $name = 'Applications';


	function add_1() {

	}

}
?>

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

(default) 2 queries took 1 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `applications`30301
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci';110