class ActiveRecord::AssociationRelation

def _new(attributes, &block)

def _new(attributes, &block)
  @association.build(attributes, &block)
end