Commit f03dc871 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix author_id_of_changes mass assignment

parent f2db188d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment