質問編集履歴
2
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
*host = '<your heroku app>.herokuapp.com'は自分の環境に変更しています
|
46
46
|
|
47
|
-
→ host = 'XXX
|
47
|
+
→ host = 'XXX.herokuapp.com'
|
48
48
|
|
49
49
|
```
|
50
50
|
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -43,6 +43,8 @@
|
|
43
43
|
**・production.rb**
|
44
44
|
|
45
45
|
*host = '<your heroku app>.herokuapp.com'は自分の環境に変更しています
|
46
|
+
|
47
|
+
→ host = 'XXXXX.herokuapp.com'
|
46
48
|
|
47
49
|
```
|
48
50
|
|