Miles' Blog
天涯何處無幹話,何必要講實務話
Rails 路由器的設定在 config/routes.rb
config/routes.rb
設定首頁的控制器:
root :to => 'home#index'
記得要把 public/index.html 刪除