diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/models/version.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/version.rb b/app/models/version.rb index 8002ac9c8..08463976b 100644 --- a/app/models/version.rb +++ b/app/models/version.rb @@ -56,6 +56,10 @@ class Version < ActiveRecord::Base effective_date end + def due_date=(arg) + self.effective_date=(arg) + end + # Returns the total estimated time for this version # (sum of leaves estimated_hours) def estimated_hours |