diff options
Diffstat (limited to 'app/views/nodes/show.html.erb')
| -rw-r--r-- | app/views/nodes/show.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb index c933d1e..ccca323 100644 --- a/app/views/nodes/show.html.erb +++ b/app/views/nodes/show.html.erb @@ -6,4 +6,7 @@ <p> <strong>Content:</strong> <%= @node.content %> +<% @node.children.each do |child| %> + <%= child.id %> +<% end %> </p> |
