From b095e410a4da89a40bd8deaa2d526da3d066137a Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 29 Dec 2022 23:47:50 -0500 Subject: [PATCH] improvement: support module attributes in exprs --- lib/ash/expr/expr.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ash/expr/expr.ex b/lib/ash/expr/expr.ex index c34d24a4..31e30495 100644 --- a/lib/ash/expr/expr.ex +++ b/lib/ash/expr/expr.ex @@ -3,7 +3,7 @@ defmodule Ash.Expr do alias Ash.Query.{BooleanExpression, Not} @type t :: any - @pass_through_funcs [:where, :or_where, :expr] + @pass_through_funcs [:where, :or_where, :expr, :@] defmacro where(left, right) do quote do