Commit 86ba6492 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/controllers/projects_controller.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 9a0eda66
class ProjectsController < Projects::ApplicationController
include IssuableCollections
include ExtractsPath
<<<<<<< HEAD
prepend EE::ProjectsController
=======
include PreviewMarkdown
>>>>>>> upstream/master
prepend EE::ProjectsController
before_action :authenticate_user!, except: [:index, :show, :activity, :refs]
before_action :project, except: [:index, :new, :create]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment