Commit 03cc7404 authored by Nick Thomas's avatar Nick Thomas

Fix remaining conflicts in modules

parent e54d095c
......@@ -32,19 +32,11 @@ class Issue < ActiveRecord::Base
belongs_to :moved_to, class_name: 'Issue'
has_many :events, as: :target, dependent: :destroy # rubocop:disable Cop/ActiveRecordDependent
<<<<<<< HEAD
has_many :merge_requests_closing_issues,
class_name: 'MergeRequestsClosingIssues',
dependent: :delete_all # rubocop:disable Cop/ActiveRecordDependent
=======
has_many :merge_requests_closing_issues,
class_name: 'MergeRequestsClosingIssues',
dependent: :delete_all # rubocop:disable Cop/ActiveRecordDependent
>>>>>>> ce/master
has_many :issue_assignees
has_many :assignees, class_name: "User", through: :issue_assignees
......
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