Commit 9612924c authored by Francisco Juan's avatar Francisco Juan

Allow Version.start_date attribute to be updated

parent 649102ac
...@@ -38,6 +38,7 @@ class Version < ActiveRecord::Base ...@@ -38,6 +38,7 @@ class Version < ActiveRecord::Base
safe_attributes 'name', safe_attributes 'name',
'description', 'description',
'effective_date', 'effective_date',
'start_date',
'due_date', 'due_date',
'wiki_page_title', 'wiki_page_title',
'status', 'status',
......
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