This is not update_or_create - create any non-belongs_to without asking many questions
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Row.pm
index b2eee57..a26f654 100644 (file)
@@ -377,7 +377,7 @@ sub insert {
               my $re = $self->result_source
                             ->related_source($relname)
                             ->resultset
-                            ->find_or_create($them);
+                            ->create($them);
               %{$obj} = %{$re};
               MULTICREATE_DEBUG and warn "MC $self new $relname $obj";
             }