From c057fa00f6104643855721cf3d03408e3e06a419 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Thu, 6 Oct 2016 23:02:29 +0300 Subject: [PATCH] Expose the new conflicts controller --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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