Commit ed49069b authored by LUKE BENNETT's avatar LUKE BENNETT

Resolve merge_requests_controller.rb conflicts

parent 64a5bcd1
......@@ -6,11 +6,8 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
include ToggleAwardEmoji
include IssuableCollections
<<<<<<< HEAD
prepend ::EE::Projects::MergeRequestsController
=======
>>>>>>> upstream/master
skip_before_action :merge_request, only: [:index, :bulk_update]
before_action :authorize_update_issuable!, only: [:close, :edit, :update, :remove_wip, :sort]
before_action :set_issuables_index, only: [:index]
......
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