Packages

Integration library between Ash Framework and Backpex admin interface (early development). Provides a DSL for creating admin interfaces for Ash resources.

Current section

Files

Jump to
ash_backpex lib ash_backpex live_resource.ex
Raw

lib/ash_backpex/live_resource.ex

defmodule AshBackpex.LiveResource do
use Spark.Dsl,
default_extensions: [
extensions: [AshBackpex.LiveResource.Dsl]
]
end