allpro/app/views/workouts/index.html.erb

5 lines
90 B
Text

<ul>
<% @workouts.each do |workout| %>
<li><%= workout.date %></li>
<% end %>
</ul>