aboutsummaryrefslogtreecommitdiff
path: root/app/views/things/edit.html.erb
blob: f30ec5c61595a5b7e129a20b5ab1c6e81d7176c7 (plain)
1
2
3
<%= render "form", thing: @thing %>

<%= render "comments/list", thing: @thing, from: 'things/edit' %>