Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 286 Bytes

scratchpad.md

File metadata and controls

18 lines (14 loc) · 286 Bytes

Notes/ScratchPad:

Sorting out conditional rendering

<% if @article.comments.count > 0 %>
  <% @article.comments.each do |comment| %>
    <%= render @article.comments %>
  <% end %>
<% else %>
  <p>No comments yet...</p>
<% end %>

Tags Table:

  • id:
  • name:string