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
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#
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
belongs_to :project