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