Turn geocoding back on for ahoy

This commit is contained in:
Max Wofford 2025-05-08 18:22:26 -04:00
parent 7981154674
commit c52c24591d

View file

@ -7,6 +7,6 @@ Ahoy.api = false
# set to true for geocoding (and add the geocoder gem to your Gemfile)
# we recommend configuring local geocoding as well
# see https://github.com/ankane/ahoy#geocoding
Ahoy.geocode = false
Ahoy.geocode = true
Ahoy.job_queue = :latency_1s