[#6574] Allow creating and deleting multiple overhead budgets

This commit is contained in:
Eric Davis
2011-10-11 14:45:49 -07:00
parent ce6c89cfa7
commit 2ef8cd9b4e
5 changed files with 36 additions and 13 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class Deliverable < ActiveRecord::Base
has_many :issues, :dependent => :nullify
accepts_nested_attributes_for :labor_budgets, :allow_destroy => true
accepts_nested_attributes_for :overhead_budgets
accepts_nested_attributes_for :overhead_budgets, :allow_destroy => true
accepts_nested_attributes_for :fixed_budgets
# Validations