diff --git a/config/routes.rb b/config/routes.rb index 787824f..e1ec75e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,3 +1,4 @@ Rails.application.routes.draw do # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html + get '/people', to: 'people#index' end