adding modified design.rb for sloving dup prob

This commit is contained in:
Kaito 2011-07-22 11:10:14 +08:00
parent 2f4c2b2d9b
commit 6903dc3037
1 changed files with 3 additions and 1 deletions

View File

@ -36,9 +36,11 @@ class Design
def files=(attrs)
files = eval(attrs.last)
attrs[0].each do |a|
if(a[:id].nil?)
files.build(:file => a[:file], :to_save => true)
end
end
end
protected
def cleanup_empty_fields