質問編集履歴

1

HomeController内のインデントを揃えました。

2020/12/03 14:40

投稿

mozamoza_fruit
mozamoza_fruit

スコア11

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
- def about
59
+ def about
58
60
 
59
61
  end
60
62