ash_postgres/test/support/api.ex

9 lines
133 B
Elixir
Raw Normal View History

defmodule AshPostgres.Test.Api do
@moduledoc false
use Ash.Api
resources do
registry(AshPostgres.Test.Registry)
end
end