回答編集履歴
2
indexの修正
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
**app/views/テンプレートフォルダ名s/テンプレートファイル名**
|
12
12
|
|
13
|
-
app/views/messages/
|
13
|
+
app/views/messages/index.html.haml
|
14
14
|
|
15
15
|
|
16
16
|
|
1
パスの記述変更
test
CHANGED
@@ -8,9 +8,9 @@
|
|
8
8
|
|
9
9
|
テンプレートの確認
|
10
10
|
|
11
|
-
**view/テンプレートフォルダ名s/テンプレートファイル名**
|
11
|
+
**app/views/テンプレートフォルダ名s/テンプレートファイル名**
|
12
12
|
|
13
|
-
view/messages/messages.html.haml
|
13
|
+
app/views/messages/messages.html.haml
|
14
14
|
|
15
15
|
|
16
16
|
|