質問編集履歴
1
HomeController内のインデントを揃えました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,17 +44,19 @@
|
|
44
44
|
|
45
45
|
@arr.push({lat: m.latitude, lng: m.longitude })
|
46
46
|
|
47
|
+
end
|
48
|
+
|
47
49
|
if user_signed_in?
|
48
50
|
|
49
51
|
redirect_to posts_path and return
|
50
52
|
|
51
53
|
end
|
52
54
|
|
53
|
-
end
|
54
|
-
|
55
55
|
end
|
56
56
|
|
57
|
+
|
58
|
+
|
57
|
-
|
59
|
+
def about
|
58
60
|
|
59
61
|
end
|
60
62
|
|