Add empty IssueCommonality module; include in Issue and MergeRequest
This commit is contained in:
parent
839757598b
commit
7a4c958882
3 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
class Issue < ActiveRecord::Base
|
||||
include IssueCommonality
|
||||
include Upvote
|
||||
|
||||
acts_as_taggable_on :labels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue