Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Error importing from delta #3

Open
pacificobr opened this issue Apr 12, 2017 · 0 comments
Open

Error importing from delta #3

pacificobr opened this issue Apr 12, 2017 · 0 comments

Comments

@pacificobr
Copy link
Contributor

pacificobr commented Apr 12, 2017

exec rake import:delta

[Bairro] importing from delta
rake aborted!
NoMethodError: undefined method `destroy' for nil:NilClass

Related to the CSVModelDelta line 28
model.find_same.destroy

This is solved if change the line to

model.find_same.destroy unless model.find_same.nil?
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant