Fix author_id_of_changes mass assignment

This commit is contained in:
Dmitriy Zaporozhets 2012-12-14 21:48:16 +02:00
parent f2db188dbe
commit f03dc8716d

View file

@ -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