mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
Fix author_id_of_changes mass assignment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user