質問編集履歴

2

再投稿

2020/04/12 09:01

投稿

KOO_
KOO_

スコア58

test CHANGED
@@ -1 +1 @@
1
- railsでcsvファイルのインポートする際のインポート件数を表示したい
1
+ railsでcsvファイルのインポートした際のインポート件数をflashに表示したい
test CHANGED
File without changes

1

一部不備修正

2020/04/12 09:01

投稿

KOO_
KOO_

スコア58

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