Sha256: 81140a24ea212f9be02f7ed9853f520c2296fbc9a00315fab8c3dd1712fa4650

Contents?: true

Size: 456 Bytes

Versions: 14

Compression:

Stored size: 456 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 (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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ahoy_matey-5.3.0 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-5.2.1 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-5.2.0 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-5.1.0 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-5.0.2 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-5.0.1 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-5.0.0 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-4.2.1 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-4.2.0 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-4.1.0 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-4.0.3 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-4.0.2 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-4.0.1 lib/generators/ahoy/templates/base_store_initializer.rb.tt
ahoy_matey-4.0.0 lib/generators/ahoy/templates/base_store_initializer.rb.tt