Missing Method in FeatureController

You are seeing this error because the action autopilot.pdf is not defined in controller FeatureController

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

Fatal: Confirm you have created the FeatureController::autopilot.pdf() in file : app/controllers/feature_controller.php

<?php
class FeatureController extends AppController {
   function autopilot.pdf() {
   }

}
?>