more refactoring using models/concerns
This commit is contained in:
parent
40a956eb68
commit
da03a5c7e2
10 changed files with 58 additions and 68 deletions
|
@ -17,8 +17,7 @@
|
|||
#
|
||||
|
||||
class Issue < ActiveRecord::Base
|
||||
include IssueCommonality
|
||||
include Votes
|
||||
include Issuable
|
||||
|
||||
attr_accessible :title, :assignee_id, :closed, :position, :description,
|
||||
:milestone_id, :label_list, :author_id_of_changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue