diff options
author | James Lopez <james@jameslopez.es> | 2016-11-16 09:58:23 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-11-17 08:22:59 +0100 |
commit | cbc9f0cd1aa9f379952b6e4d3ad6df9971f9092a (patch) | |
tree | c8f1cfd9bab5183825a46ddd8a978d261b26cfec /config/routes | |
parent | 633ddc9ed98c690c082c7347422ac85f9b592fb4 (diff) | |
download | gitlab-ce-cbc9f0cd1aa9f379952b6e4d3ad6df9971f9092a.tar.gz |
fix issue with commits and also updated routes
Diffstat (limited to 'config/routes')
-rw-r--r-- | config/routes/project.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index 7e0536b464f..d6eae1c9fce 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -154,7 +154,7 @@ resources :namespaces, path: '/', constraints: { id: /[a-zA-Z.0-9_\-]+/ }, only: resource :cycle_analytics, only: [:show] namespace :cycle_analytics do - scope :events, controller: '/projects/cycle_analytics/events' do + scope :events, controller: 'events' do get :issue get :plan get :code |