Rails 路由器的設定在 config/routes.rb
config/routes.rb
設定首頁的控制器:
root :to => 'home#index'
記得要把 public/index.html 刪除