defmodule AshPaperTrail.Domain.Info do @moduledoc "Introspection helpers for `AshPaperTrail.Domain`" def include_versions?(domain) do Spark.Dsl.Extension.get_opt(domain, [:paper_trail], :include_versions?, false) end end