Skip to content

Instantly share code, notes, and snippets.

@klochner
Created December 14, 2010 00:55
Show Gist options
  • Save klochner/739859 to your computer and use it in GitHub Desktop.
Save klochner/739859 to your computer and use it in GitHub Desktop.
#locations.html.erb
<%= render :partial=>"user", :collection=>@users %>
#_user.html.erb
<%=h user.name %> lives in <%=h user.user_city %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment