Create events on comments and milestone
This commit is contained in:
parent
190e483fb4
commit
678e5355a3
7 changed files with 40 additions and 3 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
class Milestone < ActiveRecord::Base
|
||||
attr_accessible :title, :description, :due_date, :closed
|
||||
attr_accessor :author_id
|
||||
|
||||
belongs_to :project
|
||||
has_many :issues
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue