ash_oban/test/support/api.ex
Zach Daniel 2ce62a5770 docs: update docs to remove bad example
improvement: support destroy actions in the trigger action
improvement: debug logs
2023-08-31 11:25:05 -04:00

7 lines
99 B
Elixir

defmodule AshOban.Test.Api do
use Ash.Api
resources do
allow_unregistered? true
end
end