ash_postgres/test/support/api.ex

9 lines
166 B
Elixir

defmodule AshPostgres.Test.Api do
@moduledoc false
use Ash.Api
resources do
resource AshPostgres.Test.Post
resource AshPostgres.Test.Comment
end
end