Milestone basic scaffold
This commit is contained in:
parent
667edcdd75
commit
23d950855d
28 changed files with 424 additions and 36 deletions
|
@ -12,6 +12,7 @@ class Project < ActiveRecord::Base
|
|||
has_many :events, :dependent => :destroy
|
||||
has_many :merge_requests, :dependent => :destroy
|
||||
has_many :issues, :dependent => :destroy, :order => "position"
|
||||
has_many :milestones, :dependent => :destroy
|
||||
has_many :users_projects, :dependent => :destroy
|
||||
has_many :notes, :dependent => :destroy
|
||||
has_many :snippets, :dependent => :destroy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue