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
post :bulk_update
end
<<<<<<< HEAD
## EE-specific
resources :approvers, only: :destroy
resources :approver_groups, only: :destroy
## EE-specific
=======
>>>>>>> upstream/master
resources :discussions, only: [:show], constraints: { id: /\h{40}/ } do
member do
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