Sha256: b860f82bea9e0d7319cddd6190cc0c1faac0a2247065de4c33000f9259d2a056
Contents?: true
Size: 239 Bytes
Versions: 8
Compression:
Stored size: 239 Bytes
Contents
# Using the following will turn on identity map for all models module IdentityMapAddition def self.included(model) model.plugin MongoMapper::Plugins::IdentityMap end end MongoMapper::Document.append_inclusions(IdentityMapAddition)
Version data entries
8 entries across 8 versions & 5 rubygems