Rails/root

#ルーティング
rails routes

#topページ設定
config/routes.rb
root "posts#index"