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
safe_attributes 'name',
'description',
'effective_date',
'start_date',
'due_date',
'wiki_page_title',
'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