diff options
| author | James Lopez <james@jameslopez.es> | 2016-06-13 14:00:19 +0200 |
|---|---|---|
| committer | James Lopez <james@jameslopez.es> | 2016-06-13 14:00:19 +0200 |
| commit | e83fc684a583140ce30644a7062f8470880fdf43 (patch) | |
| tree | 6c2a2f52da54d58def135757fcb5f14db8dd8a20 /app/controllers/snippets_controller.rb | |
| parent | f70c000924c82bc579310fe784a6df159d15618b (diff) | |
| parent | 6f0c503397e184d2a68eec8d4285288abc29ce9a (diff) | |
| download | gitlab-ce-e83fc684a583140ce30644a7062f8470880fdf43.tar.gz | |
Merge branches 'feature/project-export-ui-experimental' and 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into feature/project-export-ui-experimental
# Conflicts:
# Gemfile.lock
# app/helpers/todos_helper.rb
# app/models/todo.rb
# app/views/projects/edit.html.haml
# lib/gitlab/import_export/import_service.rb
Diffstat (limited to 'app/controllers/snippets_controller.rb')
| -rw-r--r-- | app/controllers/snippets_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/snippets_controller.rb b/app/controllers/snippets_controller.rb index 2daceed039b..2a17c1f34db 100644 --- a/app/controllers/snippets_controller.rb +++ b/app/controllers/snippets_controller.rb @@ -10,7 +10,7 @@ class SnippetsController < ApplicationController # Allow destroy snippet before_action :authorize_admin_snippet!, only: [:destroy] - skip_before_action :authenticate_user!, only: [:index, :user_index, :show, :raw] + skip_before_action :authenticate_user!, only: [:index, :show, :raw] layout 'snippets' respond_to :html |
