# File lib/dm-core/associations/one_to_many.rb, line 120 def default_for(source) collection_for(source).replace(Array(super)) end