Sha256: 0b82172d83b8c8db0937cb0f5b20e1cf549a5065ff5bb4f96074878897924301

Contents?: true

Size: 136 Bytes

Versions: 14

Compression:

Stored size: 136 Bytes

Contents

class Ahoy::Store < Ahoy::Stores::BunnyStore
  def visits_queue
    "ahoy_visits"
  end

  def events_queue
    "ahoy_events"
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ahoy_matey-1.6.1 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.6.0 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.5.5 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.5.4 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.5.3 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.5.2 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.5.1 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.5.0 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.4.2 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.4.1 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.4.0 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.3.1 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.3.0 lib/generators/ahoy/stores/templates/bunny_initializer.rb
ahoy_matey-1.2.2 lib/generators/ahoy/stores/templates/bunny_initializer.rb