4 lines
108 B
Text
4 lines
108 B
Text
- @notes.each do |note|
|
|
- next unless note.author
|
|
= render partial: "notes/show", locals: {note: note}
|
|
|