Sha256: 143322c05ce223d51e5889fad09c1dba149bdd888947c90e4e91722c74e5ebed
Contents?: true
Size: 291 Bytes
Versions: 10
Compression:
Stored size: 291 Bytes
Contents
module ActiveModel::Associations module InitializeExtension extend ActiveSupport::Concern included do prepend WithAssociationCache end module WithAssociationCache def initialize(*args) @association_cache = {} super end end end end
Version data entries
10 entries across 10 versions & 2 rubygems