Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created May 4, 2011 06:56
Show Gist options
  • Select an option

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

Select an option

Save meltzerj/954853 to your computer and use it in GitHub Desktop.
<%= current_user.profiles_shown_video.where("video_id = ?", params[:id]).each do |p| %>
<ul>
<li><%= p.user.name %></li>
</ul>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment