Sha256: f689d90528c99a8444085ff13cf98de4ca609e1e559902b93c209870aca595ee
Contents?: true
Size: 411 Bytes
Versions: 2
Compression:
Stored size: 411 Bytes
Contents
class Ahoy::Store < Ahoy::BaseStore def track_visit(data) # do end def track_event(data) # something end def geocode(data) # amazing end def authenticate(data) # !!! end end # set to true for JavaScript tracking Ahoy.api = false # set to true for geocoding # we recommend configuring local geocoding first # see https://github.com/ankane/ahoy#geocoding Ahoy.geocode = false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ahoy_matey-3.3.0 | lib/generators/ahoy/templates/base_store_initializer.rb.tt |
ahoy_matey-3.2.0 | lib/generators/ahoy/templates/base_store_initializer.rb.tt |