fix default controller method.

This commit is contained in:
Taylor Otwell 2011-11-07 22:14:55 -06:00
parent cd310efd25
commit 6f60c44804
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class Home_Controller extends Controller {
| |
*/ */
public function get_index() public function action_index()
{ {
return View::make('home.index'); return View::make('home.index');
} }