Commit 7519dbeb authored by Ian Baum's avatar Ian Baum

Resolving conflict with config/routes/project.rb

parent 638c32ac
......@@ -170,7 +170,6 @@ constraints(ProjectUrlConstrainer.new) do
end
end
<<<<<<< HEAD
## EE-specific
resources :path_locks, only: [:index, :destroy] do
collection do
......@@ -182,8 +181,6 @@ constraints(ProjectUrlConstrainer.new) do
get '/service_desk' => 'service_desk#show', as: :service_desk
put '/service_desk' => 'service_desk#update', as: :service_desk_refresh
=======
>>>>>>> upstream/master
resource :variables, only: [:show, :update]
resources :triggers, only: [:index, :create, :edit, :update, :destroy] do
......
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