Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created May 12, 2011 05:16
Show Gist options
  • Select an option

  • Save meltzerj/967972 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/967972 to your computer and use it in GitHub Desktop.
<%= @profile.showable_videos.each do |v| %>
<%= User.find_by_id(v.user_id).name showed the song Video.find_by_id(v.video_id).title to you. %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment