diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-23 12:08:03 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-23 12:08:03 +0300 |
commit | 71f6143552a47209d4d83c35260db608cac7de1a (patch) | |
tree | b5c16ae980c71adc7af6ef803369d2f0f33d4bb3 /app/controllers/namespaces_controller.rb | |
parent | 63c5911961909b12b328b4182ba0f4b0e13c1bd6 (diff) | |
parent | aac27550457eaf0503ce9bf7b04c18141ed317af (diff) | |
download | gitlab-ce-71f6143552a47209d4d83c35260db608cac7de1a.tar.gz |
Merge branch 'master' into new-sidebar
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
app/controllers/snippets_controller.rb
Diffstat (limited to 'app/controllers/namespaces_controller.rb')
-rw-r--r-- | app/controllers/namespaces_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/namespaces_controller.rb b/app/controllers/namespaces_controller.rb index 386d103ee5a..83eec1bf4a2 100644 --- a/app/controllers/namespaces_controller.rb +++ b/app/controllers/namespaces_controller.rb @@ -1,5 +1,5 @@ class NamespacesController < ApplicationController - skip_before_filter :authenticate_user! + skip_before_action :authenticate_user! def show namespace = Namespace.find_by(path: params[:id]) |