Skip to content

Commit

Permalink
Removed debug raisewq
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed May 18, 2010
1 parent cdc99bc commit bae2b82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/domain_model.rb
Expand Up @@ -437,7 +437,6 @@ def set_through_collection_with_attributes(collection,foreign_key,data) #:nodoc:
len = self.send(collection,true).length
elm.update_attributes(data_elem)
else
raise data_elem.inspect + current_collection.inspect
current_collection.create(data_elem)
end
end
Expand Down

0 comments on commit bae2b82

Please sign in to comment.