Skip to content

Instantly share code, notes, and snippets.

@axsuul
Created June 2, 2011 09:21
Show Gist options
  • Save axsuul/1004159 to your computer and use it in GitHub Desktop.
Save axsuul/1004159 to your computer and use it in GitHub Desktop.
<ul>
<% zombies.each do |zombie| %>
<li>
<%= zombie.name %>
<% if zombie.tweets.count > 1 %>
SMART ZOMBIE
<% end %>
</li>
<% end %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment