Current section

Files

Jump to
ash_paper_trail lib registry registry.ex
Raw

lib/registry/registry.ex

defmodule AshPaperTrail.Registry do
@moduledoc "Deprecated in favor of `AshPaperTrail.Api`. Extends a registry to include the versions of paper trail resources. "
use Spark.Dsl.Extension,
transformers: [
AshPaperTrail.Registry.Transformers.AddResourceVersions
]
end