qbantek/mongo_db_store

View on GitHub
lib/mongo_db_store.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require 'active_support'

module ActiveSupport
  module Cache
    autoload :MongoDbStore, 'active_support/cache/mongo_db_store'
  end
end