Sha256: 3cd51c58ff11b1fb4c14f37ffdac13b646a73303b5accec7a572bfb5a1076c64
Contents?: true
Size: 239 Bytes
Versions: 26
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true module ArLazyPreload # ActiveRecord::Association patch with a hook for lazy preloading module Association def load_target owner.try_preload_lazily(reflection.name) super end end end
Version data entries
26 entries across 26 versions & 1 rubygems