RailsCasts Pro episodes are now free!

Learn more or hide this

William S.'s Profile

GitHub User: bananastalktome

Comments by William S.

Avatar

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?