标签: ruby-on-rails-5.2
我正在构建此聊天应用程序,当我输入消息时,按Enter键,我可以在控制台中看到消息已创建,并且还会打印出此消息:
No template found for RoomMessagesController#create, rendering head :no_content Completed 204 No Content in 6760ms (ActiveRecord: 8.2ms)
这是我在浏览器中看到的:
当我按“刷新”时,消息出现。我该怎么办?
Here是代码。