質問編集履歴
2
再投稿
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
railsでcsvファイルのインポート
|
1
|
+
railsでcsvファイルのインポートした際のインポート件数をflashに表示したい
|
test
CHANGED
File without changes
|
1
一部不備修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,10 +30,6 @@
|
|
30
30
|
|
31
31
|
call.attributes = row.to_hash.slice(*call_attributes)
|
32
32
|
|
33
|
-
next if Call.where('created_at > ?', "1.month.ago.all_day")
|
34
|
-
|
35
|
-
next if Customer.where(tel: customer.tel).count > 0
|
36
|
-
|
37
33
|
call.save!
|
38
34
|
|
39
35
|
end
|