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




