Commit 00fb56cb authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/controllers/projects_controller.rb

parent 02607354
......@@ -2,11 +2,8 @@ class ProjectsController < Projects::ApplicationController
include IssuableCollections
include ExtractsPath
include PreviewMarkdown
<<<<<<< HEAD
prepend EE::ProjectsController
=======
>>>>>>> upstream/master
include SendFileUpload
prepend EE::ProjectsController
before_action :whitelist_query_limiting, only: [:create]
before_action :authenticate_user!, except: [:index, :show, :activity, :refs]
......
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