Sha256: c27c4ecc9e03c5eef82300a8e6cee46f870e5e1e9365946277c3d189aa66b2d1
Contents?: true
Size: 256 Bytes
Versions: 10
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true # Add explicit #policy_cache_key to Relation to # avoid calling #cache_key. # See https://github.com/palkan/action_policy/issues/55 ActiveRecord::Relation.include(Module.new do def policy_cache_key object_id end end)
Version data entries
10 entries across 10 versions & 1 rubygems