Missing Method in DevelopmentController
You are seeing this error because the action open_source_tools.php is not defined in controller DevelopmentController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the DevelopmentController::open_source_tools.php() in file : app/controllers/development_controller.php
<?php
class DevelopmentController extends AppController {
function open_source_tools.php() {
}
}
?>
