``` public function action_logout() { Auth::logout(); Redirect::to('home/index'); } ``` ---> return Redirect::to('home');
--->
return Redirect::to('home');