ash_postgres/test/support/api.ex

10 lines
166 B
Elixir
Raw Normal View History

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