ash_postgres/test/support/multitenancy/api.ex

9 lines
157 B
Elixir
Raw Normal View History

2020-10-29 15:26:45 +13:00
defmodule AshPostgres.MultitenancyTest.Api do
@moduledoc false
use Ash.Api
resources do
registry(AshPostgres.MultitenancyTest.Registry)
2020-10-29 15:26:45 +13:00
end
end