7754189187
Didn't bother with files in db/, config/, or features/
5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
- @notes.each do |note|
|
|
- next unless note.author
|
|
= render partial: "notes/show", locals: {note: note}
|
|
|