summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-13 14:24:54 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-13 14:24:54 +0300
commit1355ede49d02e2a7b1715a3ed6bd7389bfedf6bc (patch)
treed1530d3685f4d934f5224fc6cde9305b736c0c71 /config/routes.rb
parenta5cbb4cb82a6911b5c1de117ae6ed4cbf667a679 (diff)
downloadgitlab-ce-1355ede49d02e2a7b1715a3ed6bd7389bfedf6bc.tar.gz
Wipe wall notes feature
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 34ee8d2d798..746e532a0ec 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -209,12 +209,6 @@ Gitlab::Application.routes.draw do
end
end
- resource :wall, only: [:show], constraints: {id: /\d+/} do
- member do
- get 'notes'
- end
- end
-
resource :repository, only: [:show] do
member do
get "stats"