Sha256: 7600f7e91919dcd4becf73aff19542b5743f0e3ae184f488fc48e06d8d919199

Contents?: true

Size: 162 Bytes

Versions: 5

Compression:

Stored size: 162 Bytes

Contents

class Ahoy::Store < Ahoy::Stores::BaseStore

  def track_visit(options)
  end

  def track_event(name, properties, options)
  end

  def current_visit
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ahoy_matey-1.1.1 lib/generators/ahoy/stores/templates/custom_initializer.rb
ahoy_matey-1.1.0 lib/generators/ahoy/stores/templates/custom_initializer.rb
ahoy_matey-1.0.2 lib/generators/ahoy/stores/templates/custom_initializer.rb
ahoy_matey-1.0.1 lib/generators/ahoy/stores/templates/custom_initializer.rb
ahoy_matey-1.0.0 lib/generators/ahoy/stores/templates/custom_initializer.rb