From 85b08b3f13e946c337409895a7dc04de0072721c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 14 Feb 2023 21:12:39 -0500 Subject: [PATCH] chore: add `Ash.Union` to docs --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index 4ce2fc29..e2c647be 100644 --- a/mix.exs +++ b/mix.exs @@ -214,6 +214,7 @@ defmodule Ash.MixProject do Ash.Filter.Runtime, Ash.Sort, Ash.CiString, + Ash.Union, Ash.UUID, Ash.NotLoaded, Ash.Changeset.ManagedRelationshipHelpers,