Missing Controller
Error: FollowController could not be found.
Error: Create the class FollowController below in file: 1.0/controllers/follow_controller.php
<?php
class FollowController extends AppController {
var $name = 'Follow';
}
?>
Notice: If you want to customize this error message, create 1.0/views/errors/missing_controller.ctp
