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
