Missing Method in RegistrationsController
Error:
The action fun-days is not defined in controller RegistrationsController
Error:
Create RegistrationsController::fun-days() in file: app/controllers/registrations_controller.php.
<?php
class RegistrationsController extends AppController {
var $name = 'Registrations';
function fun-days() {
}
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_action.ctp