Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created February 21, 2012 13:54
Show Gist options
  • Save jlebrech/1876673 to your computer and use it in GitHub Desktop.
Save jlebrech/1876673 to your computer and use it in GitHub Desktop.
do count times or 5 times
<%
(@messages.count == 0 ? Array.new(5).map { Message.new } : @messages.each).each do |m|
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment