entrance-exam/app/views/sections/index.html.erb

5 lines
120 B
Text

<% @sections.each do |section| %>
<p>
<%= link_to section.title, section_url(section) %>
</p>
<% end %>