Current section

Files

Jump to
closure_table examples ct_ecto lib ct my_cte.ex
Raw

examples/ct_ecto/lib/ct/my_cte.ex

defmodule CT.MyCTE do
@moduledoc """
Comments hierarchy
"""
use CTE,
otp_app: :ct,
adapter: CTE.Adapter.Ecto,
repo: CT.Repo,
nodes: CT.Comment,
paths: CT.TreePath
end