Expose the new conflicts controller

This commit is contained in:
Petko Bordjukov 2016-10-06 23:02:29 +03:00
parent f5022dd138
commit c057fa00f6
1 changed files with 1 additions and 1 deletions

View File

@ -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