Items

<% @items.each do |item| %>
<%= link_to item.name, item_path(item) %>

<%= item.description %>

<% end %>