RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: bananastalktome
Hey Ryan, just wondering why you use a `for message in @messages` loop in the messages index.html.erb rather than `@messages.each do |message|` block. Personal preference?
Hey Ryan, just wondering why you use a `for message in @messages` loop in the messages index.html.erb rather than `@messages.each do |message|` block. Personal preference?