Sha256: 7b38a1f383cc94255f5498f3260f381c86ba8b21d56f80fbd665e8c0da319408

Contents?: true

Size: 283 Bytes

Versions: 1

Compression:

Stored size: 283 Bytes

Contents

# frozen_string_literal: true

module RedisSetStore
  class Railtie < Rails::Railtie
    initializer "Blueprint::Cache logger" do
      RedisSetStore.logger = Rails.logger
    end

    initializer "Blueprint::Cache cache" do
      RedisSetStore.cache = Rails.cache
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis_set_store-0.1.0 lib/redis_set_store/railtie.rb