summaryrefslogtreecommitdiff
path: root/app/controllers/snippets_controller.rb
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2012-09-26 16:14:47 +0300
committerAlex Denisov <1101.debian@gmail.com>2012-09-26 16:14:47 +0300
commitc09d233611e00328f0e8d493a106737f0638d9a2 (patch)
tree351383104571ab0fb536506918860c7eb50a0eeb /app/controllers/snippets_controller.rb
parente6ce47291b3f08ebe18c2450fc4f21a2a3a2b8a9 (diff)
parent3c132f2e6896c7c1aa787ddc61ae230d9a205700 (diff)
downloadgitlab-ce-c09d233611e00328f0e8d493a106737f0638d9a2.tar.gz
Merge branch 'master' into fix_project_access_notification
Diffstat (limited to 'app/controllers/snippets_controller.rb')
-rw-r--r--app/controllers/snippets_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/snippets_controller.rb b/app/controllers/snippets_controller.rb
index f852e425891..b00c9283694 100644
--- a/app/controllers/snippets_controller.rb
+++ b/app/controllers/snippets_controller.rb
@@ -1,5 +1,4 @@
class SnippetsController < ApplicationController
- before_filter :authenticate_user!
before_filter :project
before_filter :snippet, only: [:show, :edit, :destroy, :update, :raw]
layout "project"