<%= notice %>

Pins

<% @machines.each do |machine| %> <%= render machine %> <% end %>
<%= link_to "New machine", new_machine_path %>