mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Use data originated from OParl API
This commit is contained in:
parent
f8a3c3eb83
commit
857ff4f164
3 changed files with 14 additions and 7 deletions
|
@ -92,7 +92,10 @@ class Paper < ActiveRecord::Base
|
|||
url: record['url']
|
||||
}
|
||||
record = find_or_initialize_by(url: attributes[:url])
|
||||
record.update_attributes(attributes)
|
||||
out = record.update_attributes(attributes)
|
||||
if !out
|
||||
puts "Not imported #{attributes[:name]}: #{record.errors.messages}"
|
||||
end
|
||||
end
|
||||
puts "Imported #{count - old_count} Papers!"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue