Sha256: 9b882fdc90d3c1048a3131e2e3e543b9a8c6bf2c0f5265dd4c69eb31c468ad99
Contents?: true
Size: 287 Bytes
Versions: 6
Compression:
Stored size: 287 Bytes
Contents
module ActiveSupport module Cache class Store # See the PR https://github.com/rails/rails/pull/15943/files # In order to make the instrumentation to work we need to override the original implementation def self.instrument true end end end end
Version data entries
6 entries across 6 versions & 2 rubygems