Missing Method in PropertiesController

You are seeing this error because the action vcard is not defined in controller PropertiesController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the PropertiesController::vcard() in file : app/controllers/properties_controller.php

<?php
class PropertiesController extends AppController {
   function vcard() {
   }

}
?>