質問編集履歴
2
画像の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -25,10 +25,10 @@
|
|
25
25
|
|
26
26
|
```
|
27
27
|
Exception Causes
|
28
|
-
SyntaxError: /Users/
|
28
|
+
SyntaxError: /Users/〇〇/△△/アプリ名/app/views/users/index.html.erb:4: syntax error, unexpected end-of-input, expecting `end' end ^
|
29
29
|
```
|
30
30
|
|
31
|
-
|
31
|
+

|
32
32
|
|
33
33
|
### 該当のソースコード
|
34
34
|
app/views/users/index.html.erb
|
1
画像の削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,7 +28,6 @@
|
|
28
28
|
SyntaxError: /Users/me/environment/アプリ名/app/views/users/index.html.erb:4: syntax error, unexpected end-of-input, expecting `end' end ^
|
29
29
|
```
|
30
30
|
|
31
|
-

|
32
31
|
|
33
32
|
|
34
33
|
### 該当のソースコード
|