質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -131,6 +131,19 @@
|
|
131
131
|
|
132
132
|
```
|
133
133
|
```Ruby
|
134
|
+
【index.html.erb (message)】
|
135
|
+
|
136
|
+
(省略)
|
137
|
+
(comment.new.htmlへ遷移するためのパス部分)
|
138
|
+
|
139
|
+
<div class="message-content">
|
140
|
+
<%=link_to message.content, new_room_message_comment_path(@room, @messages) %>
|
141
|
+
</div>
|
142
|
+
|
143
|
+
(省略)
|
144
|
+
```
|
145
|
+
|
146
|
+
```Ruby
|
134
147
|
【エラーメッセージ画面のGyazo】
|
135
148
|
https://gyazo.com/8b7f3ec749368907f777596b6ec6115d
|
136
149
|
|