Missing Method in PhotosController

You are seeing this error because the action topic is not defined in controller PhotosController

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 PhotosController extends AppController
    {
        function topic()
        {

        }
    }
?>

in file : app/controllers/photos_controller.php

Error: Unable to execute action topic in PhotosController