Browse Source

fix default controller method.

Taylor Otwell 13 years ago
parent
commit
6f60c44804
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/controllers/home.php

+ 1 - 1
application/controllers/home.php

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