Skip to content

Instantly share code, notes, and snippets.

@danneu
Forked from anonymous/home
Created February 21, 2012 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danneu/1872679 to your computer and use it in GitHub Desktop.
Save danneu/1872679 to your computer and use it in GitHub Desktop.
home
<% @posts.each do |post|%>
<div id="recentpost">
<%= post.name %><br/><br/>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment