fix default controller method.
This commit is contained in:
parent
cd310efd25
commit
6f60c44804
|
@ -38,7 +38,7 @@ class Home_Controller extends Controller {
|
|||
|
|
||||
*/
|
||||
|
||||
public function get_index()
|
||||
public function action_index()
|
||||
{
|
||||
return View::make('home.index');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue