class ActiveRecord::AssociationRelation

def _create!(attributes, &block)

def _create!(attributes, &block)
  @association.create!(attributes, &block)
end