Skip to content

Instantly share code, notes, and snippets.

@tubbo
Created November 14, 2009 21:26
Show Gist options
  • Save tubbo/234791 to your computer and use it in GitHub Desktop.
Save tubbo/234791 to your computer and use it in GitHub Desktop.
<h2 style="margin-left: 15px">welcome to psychedelica berserk</h2>
<div class="blog">
<%
@posts.each do |post|
render :partial => 'blog/post', :object => post
end
%>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment