Closed seanpdoyle closed 11 months ago
To temporarily switch to another store, call ahoy.with_store(store_class, &block):
ahoy.with_store(store_class, &block)
ahoy.with_store Ahoy::CustomStore do |custom_store| # use a different store end
Hi @seanpdoyle, thanks for the PR. However, I don't think it's common enough to add.
To temporarily switch to another store, call
ahoy.with_store(store_class, &block)
: