set activerecord whitelist_attributes to true
This commit is contained in:
parent
4629cc44d6
commit
83efcabc82
28 changed files with 100 additions and 44 deletions
|
@ -13,6 +13,8 @@
|
|||
#
|
||||
|
||||
class Milestone < ActiveRecord::Base
|
||||
attr_accessible :title, :description, :due_date, :closed
|
||||
|
||||
belongs_to :project
|
||||
has_many :issues
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue