Im using the geocoder
gem. I am looking up zipcodes for addresses.
I have old addresses that I need to run the :reverse_geocode
method on, but cannot figure out how to re-run the method on older data. How would I go about doing this?
In other words I want to rerun :reverse_geocode
on all addresses that do not have zipcode saved.