質問編集履歴

1

修正

2020/09/22 09:50

投稿

mbaby__8
mbaby__8

スコア66

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- %w(uk france germany japan chinese korea america canada ~ )
7
+ %w(uk france germany japan china korea america canada ~ )
8
8
 
9
9
 
10
10
 
@@ -52,7 +52,7 @@
52
52
 
53
53
  render action: params[:id]
54
54
 
55
- elsif %w(japan chinese korea).include? params[:id]
55
+ elsif %w(japan china korea).include? params[:id]
56
56
 
57
57
  render action: params[:id]
58
58