Commit 7a4c95888225bf465187f9a186fb5373e8405a5f
1 parent
83975759
Exists in
master
and in
4 other branches
Add empty IssueCommonality module; include in Issue and MergeRequest
Showing
3 changed files
with
5 additions
and
0 deletions
Show diff stats
app/models/issue.rb
app/models/merge_request.rb
1 | require File.join(Rails.root, "app/models/commit") | 1 | require File.join(Rails.root, "app/models/commit") |
2 | 2 | ||
3 | class MergeRequest < ActiveRecord::Base | 3 | class MergeRequest < ActiveRecord::Base |
4 | + include IssueCommonality | ||
4 | include Upvote | 5 | include Upvote |
5 | 6 | ||
6 | BROKEN_DIFF = "--broken-diff" | 7 | BROKEN_DIFF = "--broken-diff" |