Skip to content

Instantly share code, notes, and snippets.

@mileszs
Created February 11, 2009 04:32
Show Gist options
  • Select an option

  • Save mileszs/61827 to your computer and use it in GitHub Desktop.

Select an option

Save mileszs/61827 to your computer and use it in GitHub Desktop.
<% @results.each do |key, value| %>
<%= render :partial => 'result', :locals => { :object => value } %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment