Missing Controller

: SignupController could not be found.

: Create the class SignupController below in file: app/controllers/signup_controller.php

<?php
class SignupController extends AppController {

	var $name = 'Signup';
}
?>

: If you want to customize this error message, create app/views/errors/missing_controller.ctp