Commit 30d352a0 authored by Simon Knox's avatar Simon Knox

Resolve conflcits - EE-only block

parent cf84e518
...@@ -140,14 +140,11 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do ...@@ -140,14 +140,11 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
post :bulk_update post :bulk_update
end end
<<<<<<< HEAD
## EE-specific ## EE-specific
resources :approvers, only: :destroy resources :approvers, only: :destroy
resources :approver_groups, only: :destroy resources :approver_groups, only: :destroy
## EE-specific ## EE-specific
=======
>>>>>>> upstream/master
resources :discussions, only: [:show], constraints: { id: /\h{40}/ } do resources :discussions, only: [:show], constraints: { id: /\h{40}/ } do
member do member do
post :resolve post :resolve
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment