Sha256: e3d986f3cd7de8ed5167e652885effe02ba069dd4022f23b8e15f9acd947be39
Contents?: true
Size: 169 Bytes
Versions: 5
Compression:
Stored size: 169 Bytes
Contents
# frozen_string_literal: true require 'active_support' module ActiveSupport module Cache autoload :MongoDbStore, 'active_support/cache/mongo_db_store' end end
Version data entries
5 entries across 5 versions & 1 rubygems