▼ページの下端に移動する.

Missing Method in FirstsController

You are seeing this error because the action images is not defined in controller FirstsController

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

Fatal: Confirm you have created the FirstsController::images() in file : app/controllers/firsts_controller.php

<?php
class FirstsController extends AppController {
   function images() {
   }

}
?>

▲ページの先頭に戻る