Expose the new conflicts controller
This commit is contained in:
parent
f5022dd138
commit
c057fa00f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue