ash_phoenix/test/support/api.ex

10 lines
185 B
Elixir
Raw Normal View History

defmodule AshPhoenix.Test.Api do
use Ash.Api
resources do
resource(AshPhoenix.Test.Comment)
resource(AshPhoenix.Test.Post)
resource(AshPhoenix.Test.PostLink)
end
end