downgrade elasticsearch because not recognized as elastic from rails otherwise

This commit is contained in:
Joerg Reichert 2023-04-02 00:43:07 +02:00
parent 22d180c38d
commit 3857a7c002
4 changed files with 18 additions and 15 deletions

View file

@ -92,7 +92,7 @@ class Paper < ActiveRecord::Base
url: record['url']
}
record = find_or_initialize_by(url: attributes[:url])
out = record.update_attributes(attributes)
out = record.update(attributes)
if !out
puts "Not imported #{attributes[:name]}: #{record.errors.messages}"
end