Fix author_id_of_changes mass assignment
This commit is contained in:
parent
f2db188dbe
commit
f03dc8716d
|
@ -13,7 +13,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
class Milestone < ActiveRecord::Base
|
class Milestone < ActiveRecord::Base
|
||||||
attr_accessible :title, :description, :due_date, :closed
|
attr_accessible :title, :description, :due_date, :closed, :author_id_of_changes
|
||||||
attr_accessor :author_id, :author_id_of_changes
|
attr_accessor :author_id, :author_id_of_changes
|
||||||
|
|
||||||
belongs_to :project
|
belongs_to :project
|
||||||
|
|
Loading…
Reference in a new issue