iridakos / rails-chat-tutorial

The code for the chat application of the tutorial "Creating a chat application with Rails and WebSockets"
https://iridakos.com/tutorials/2019/04/04/creating-chat-application-rails-websockets.html
MIT License
71 stars 47 forks source link

undefined method `to_key' #26

Open robb52 opened 4 years ago

robb52 commented 4 years ago

I get this message when trying to get room message form to display. I can't seems to find any answers on the web. Any help would be appreciated!!

Screen Shot 2019-12-02 at 5 32 45 PM

https://github.com/robb52/rails-chatroom

Thanks!!

iridakos commented 4 years ago

Hi @robb52

Can you please check what is assigned to the @room_message variable?