remove route rendered superfluous by 6cae440a2c (#5616)

[ci skip]
pull/5604/merge
ulferts 8 years ago committed by Oliver Günther
parent 9d8a1e1fb1
commit 1792ea40b5
  1. 4
      config/routes.rb

@ -162,10 +162,6 @@ OpenProject::Application.routes.draw do
resource :wiki_menu_item, only: [:edit, :update]
end
scope 'projects/:project_id/query/:query_id' do
resources :query_menu_items, except: [:show]
end
# generic route for adding/removing watchers.
# Models declared as acts_as_watchable will be automatically added to
# OpenProject::Acts::Watchable::Routes.watched

Loading…
Cancel
Save