質問編集履歴
2
コードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
<td class = "room_sample">
|
58
58
|
|
59
|
-
<%= image_tag @greenhouse.image %>
|
59
|
+
<%= image_tag @reserver.greenhouse.image %>
|
60
60
|
|
61
61
|
</td>
|
62
62
|
|
@@ -68,7 +68,7 @@
|
|
68
68
|
|
69
69
|
<th>料金</th>
|
70
70
|
|
71
|
-
<td><%= @greenhouse.price %>円/日</td>
|
71
|
+
<td><%= @reserver.greenhouse.price %>円/日</td>
|
72
72
|
|
73
73
|
</tr>
|
74
74
|
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -245,3 +245,13 @@
|
|
245
245
|
aws cloud9
|
246
246
|
|
247
247
|
rails 6.1
|
248
|
+
|
249
|
+
|
250
|
+
|
251
|
+
追記:
|
252
|
+
|
253
|
+
またnewアクションの新規作成画面で本来ならurlがreservers/new/1になるはずが
|
254
|
+
|
255
|
+
reserever/new.1になっていることも原因の一つでしょうか?
|
256
|
+
|
257
|
+
気になりましたので情報として追加させていただきます。
|