routes.rb 180 B

12345
  1. Rails.application.routes.draw do
  2. get 'pages/index'
  3. root 'pages#index'
  4. # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
  5. end