Missing Method in AboutController

You are seeing this error because the action refundpolicy.cfm is not defined in controller AboutController

Notice: this error is being rendered by the app/views/errors/missing_action.thtml view file, a user-customizable error page for handling invalid action dispatches.

Fatal: Create Method:

<?php
    class AboutController extends AppController
    {
        function refundpolicy.cfm()
        {

        }
    }
?>

in file : app/controllers/about_controller.php

Error: Unable to execute action refundpolicy.cfm in AboutController