Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <admin@example12.com>2014-11-05 12:04:08 +0300
committerValery Sizov <admin@example12.com>2014-11-05 12:04:08 +0300
commit6f34d40436531029228e78d7a55a0e3982dbf89e (patch)
tree649864b4593ae32db118241a1f397b3896d162f3 /app/controllers/projects/network_controller.rb
parent652f4c8090793de4737b904b5feb11c27424f4c5 (diff)
remove auth duplication
Diffstat (limited to 'app/controllers/projects/network_controller.rb')
-rw-r--r--app/controllers/projects/network_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/projects/network_controller.rb b/app/controllers/projects/network_controller.rb
index 009089ee639..ada1aed0df7 100644
--- a/app/controllers/projects/network_controller.rb
+++ b/app/controllers/projects/network_controller.rb
@@ -3,7 +3,6 @@ class Projects::NetworkController < Projects::ApplicationController
include ApplicationHelper
# Authorize
- before_filter :authorize_read_project!
before_filter :authorize_download_code!
before_filter :require_non_empty_project