Commit f03dc8716d8edd144b341cbde967ccd9db84d6f7

Authored by Dmitriy Zaporozhets
1 parent f2db188d

Fix author_id_of_changes mass assignment

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/milestone.rb
... ... @@ -13,7 +13,7 @@
13 13 #
14 14  
15 15 class Milestone < ActiveRecord::Base
16   - attr_accessible :title, :description, :due_date, :closed
  16 + attr_accessible :title, :description, :due_date, :closed, :author_id_of_changes
17 17 attr_accessor :author_id, :author_id_of_changes
18 18  
19 19 belongs_to :project
... ...