d57ba8ad44
- create controller concern commentable_form to use "prepare_commentable_for" - implement it in each controller - implement form to clients/show
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
table.table.table-condensed
|
|
tr
|
|
th Title
|
|
th Content
|
|
- commentable.comments.each do |c|
|
|
tr
|
|
td = c.title
|
|
td = c.comment
|