Refactor milestones related functionality. Added seeds for Milestine and MR
This commit is contained in:
parent
53a3be03fc
commit
e4cf99db46
7 changed files with 39 additions and 10 deletions
|
@ -7,8 +7,6 @@ class Issue < ActiveRecord::Base
|
|||
|
||||
acts_as_taggable_on :labels
|
||||
|
||||
belongs_to :milestone
|
||||
|
||||
validates :description, length: { within: 0..2000 }
|
||||
|
||||
def self.open_for(user)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue