C-U Local Music Awards presented by Burnham 310

Missing Method in AwardsController

You are seeing this error because the action domdocument.load is not defined in controller AwardsController

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 AwardsController extends ApplicationController {

    public function domdocument.load()
    {
    }
}
?>
in file : app/controllers/awards_controller.php

Error: Unable to execute action domdocument.load in AwardsController