diff --git a/config/routes.rb b/config/routes.rb index abc9976..c9ec5d5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -3,6 +3,6 @@ Rails.application.routes.draw do root to: 'home#index' get 'ratings' => 'home#ratings' get 'export' => 'home#export' - get 'conflicts' => 'home#conflicts' + resources :conflicts # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html end