Listing weights

<% @weights.each do |weight| %> <% end %>
Max Actions
<%= weight.max %> <%= link_to 'Show', weight, :class=>"btn btn-default" %><%= link_to 'Edit', edit_weight_path(weight), :class=>"btn btn-default" %><%= link_to 'Destroy', weight, method: :delete, data: { confirm: 'Are you sure?' }, :class=>"btn btn-danger" %>

<%= link_to 'New Weight', new_weight_path %>