Skip to content

Instantly share code, notes, and snippets.

@philcrissman
Created August 8, 2010 03:46
Show Gist options
  • Save philcrissman/513560 to your computer and use it in GitHub Desktop.
Save philcrissman/513560 to your computer and use it in GitHub Desktop.
<% @projects.each do |project| %>
<strong>Tasks assigned to this project:</strong><br />
<% project.tasks.each do |task| %>
<%= task.title %><br />
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment