Skip to content

Instantly share code, notes, and snippets.

@nicinabox
Created April 4, 2012 17:44
Show Gist options
  • Save nicinabox/2304195 to your computer and use it in GitHub Desktop.
Save nicinabox/2304195 to your computer and use it in GitHub Desktop.
<%= @blog_posts.each do |post| %>
<%= post.published_at.strtime('%B %d, %Y') %>
<%= post.title %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment