From 201687163fbc0089fead227280b209b2b899e946 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 7 Aug 2024 22:54:28 -0400 Subject: [PATCH] chore: update erorr message --- lib/ash/embeddable_type.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ash/embeddable_type.ex b/lib/ash/embeddable_type.ex index ea1e871a..cf255037 100644 --- a/lib/ash/embeddable_type.ex +++ b/lib/ash/embeddable_type.ex @@ -751,7 +751,7 @@ defmodule Ash.EmbeddableType do - it has no primary key - `constraints[:on_update]` is set to `:replace` - Or both of the following are true + Or all of the following are true: - the update action accepts all public attributes and has no changes - there are no changes or validations on the action