Current section
Files
Jump to
Current section
Files
examples/ct_ecto/lib/ct/my_cte.ex
defmodule CT.MyCTE do
@moduledoc """
Comments hierarchy
"""
use CTE,
repo: CT.Repo,
nodes: CT.Comment,
paths: CT.TreePath
end