質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -264,6 +264,32 @@
|
|
264
264
|
|
265
265
|
```Ruby
|
266
266
|
|
267
|
+
【index.html.erb (message)】
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
(省略)
|
272
|
+
|
273
|
+
(comment.new.htmlへ遷移するためのパス部分)
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
<div class="message-content">
|
278
|
+
|
279
|
+
<%=link_to message.content, new_room_message_comment_path(@room, @messages) %>
|
280
|
+
|
281
|
+
</div>
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
(省略)
|
286
|
+
|
287
|
+
```
|
288
|
+
|
289
|
+
|
290
|
+
|
291
|
+
```Ruby
|
292
|
+
|
267
293
|
【エラーメッセージ画面のGyazo】
|
268
294
|
|
269
295
|
https://gyazo.com/8b7f3ec749368907f777596b6ec6115d
|