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

Missing Method in DemandsController

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

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

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

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

}
?>

▲ページの先頭に戻る