mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
13 lines
329 B
Ruby
13 lines
329 B
Ruby
class Ahoy::Store < Ahoy::DatabaseStore
|
|
end
|
|
|
|
# set to true for JavaScript tracking
|
|
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.job_queue = :literally_whenever
|