Sha256: dbe10d1c54652c04d4e63255edcb7c41ab4d2265282e2e5f0f8c2b913bca1688

Contents?: true

Size: 134 Bytes

Versions: 3

Compression:

Stored size: 134 Bytes

Contents

class Ahoy::Store < Ahoy::Stores::NsqStore
  def visits_topic
    "ahoy_visits"
  end

  def events_topic
    "ahoy_events"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ahoy_matey-1.6.1 lib/generators/ahoy/stores/templates/nsq_initializer.rb
ahoy_matey-1.6.0 lib/generators/ahoy/stores/templates/nsq_initializer.rb
ahoy_matey-1.5.5 lib/generators/ahoy/stores/templates/nsq_initializer.rb