class ActiveRecord::Reflection::AssociationReflection

def build_association(*options)

be passed to the class's constructor.
Returns a new, unsaved instance of the associated class. +options+ will
def build_association(*options)
  klass.new(*options)
end