Merge remote-tracking branch 'origin/104525318-history_import' into staging

This commit is contained in:
Vladimir Krylov 2016-03-04 14:17:34 +02:00
commit 4696db1447

View file

@ -104,8 +104,7 @@ namespace :import do
documentable_id: contact.id,
document_type: leg_file.name.to_s.split(".").last,
path: path,
created_at: leg_file.crdate,
updated_at: leg_file.crdate)
created_at: leg_file.crdate)
end
hash = {
@ -200,8 +199,7 @@ namespace :import do
documentable_id: domain.id,
document_type: leg_file.name.to_s.split(".").last,
path: path,
created_at: leg_file.crdate,
updated_at: leg_file.crdate)
created_at: leg_file.crdate)
end
hash = {
@ -235,4 +233,4 @@ namespace :import do
end
end