Skip to content

Instantly share code, notes, and snippets.

@decioferreira
Created June 5, 2012 18:04
Show Gist options
  • Save decioferreira/2876608 to your computer and use it in GitHub Desktop.
Save decioferreira/2876608 to your computer and use it in GitHub Desktop.
Rendering Collections
<h2>#<%= post_counter + 1 %> <%= post.title %></h2>
Posts
#1 First Post Title
#2 Second Post Title
#3 Third Post Title
<h1>Posts</h1>
<%= render @posts %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment