Chat
<% if @messages.empty? %>

Sin mensajes

<% else %> <% @messages.each do |msg| %> <%= render "chat/message", object: msg %> <% end %> <% end %>