ash_oban/test/support/domain.ex
2024-03-29 19:52:22 -04:00

9 lines
170 B
Elixir

defmodule AshOban.Test.Domain do
@moduledoc false
use Ash.Domain,
validate_config_inclusion?: false
resources do
resource AshOban.Test.Triggered
end
end