Activities

<% @activities.each do |activity| %>
<%= link_to activity.name, activity_path(activity) %>

<%= activity.description %>

<% end %>