The-Navigators-Blog/source/index.html.erb

5 lines
123 B
Plaintext

<br>
<% blog.articles.each do |article| %>
<%= partial "layout/article", locals: {current_article: article} %>
<% end %>