mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +02:00
Story#111397154 - Legal documents do not have upated_At attribute
This commit is contained in:
parent
04b2cf2365
commit
75c6cf8297
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue