summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-28 12:33:54 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-28 12:33:54 +0100
commitc9af886df9b83e7f3f9b131f19184546fbeac9de (patch)
treece48e418880c4ced5fffc7e4ef3d33c314b7afcd /config/routes.rb
parentb6d1d25d43fc562fd3a05ae67da7de01f7d36206 (diff)
downloadgitlab-ce-c9af886df9b83e7f3f9b131f19184546fbeac9de.tar.gz
Remove deprecated CI events from project settings page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb
index f6812c9280a..0458f538eb6 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -23,8 +23,6 @@ Gitlab::Application.routes.draw do
end
resources :runner_projects, only: [:create, :destroy]
-
- resources :events, only: [:index]
end
resource :user_sessions do