Sha256: 7292a408d496964cf06cb630d71cf66fe542cbb26cbd7f8d6f75cd726e42763b

Contents?: true

Size: 794 Bytes

Versions: 60

Compression:

Stored size: 794 Bytes

Contents

# encoding: UTF-8
module MongoMapper
  module EmbeddedDocument
    extend Support::DescendantAppends

    def self.included(model)
      model.class_eval do
        extend  Plugins

        plugin Plugins::EmbeddedDocument
        plugin Plugins::Associations
        plugin Plugins::Caching
        plugin Plugins::Clone
        plugin Plugins::Descendants
        plugin Plugins::Equality
        plugin Plugins::Inspect
        plugin Plugins::Keys
        plugin Plugins::Logger
        plugin Plugins::Persistence
        plugin Plugins::Accessible
        plugin Plugins::Protected
        plugin Plugins::Rails
        plugin Plugins::Sci
        plugin Plugins::Serialization
        plugin Plugins::Validations
        plugin Plugins::Callbacks
      end
      super
    end
  end
end

Version data entries

60 entries across 60 versions & 7 rubygems

Version Path
jonbell-mongo_mapper-0.8.6 lib/mongo_mapper/embedded_document.rb
ign-mongo_mapper-0.8.6.2 lib/mongo_mapper/embedded_document.rb
ign-mongo_mapper-0.8.6.1 lib/mongo_mapper/embedded_document.rb
ssherman-mongo_mapper-0.8.6 lib/mongo_mapper/embedded_document.rb
mongo_mapper-0.8.6 lib/mongo_mapper/embedded_document.rb
mongo_mapper-0.8.5 lib/mongo_mapper/embedded_document.rb
honkster-mongo_mapper-0.8.4 lib/mongo_mapper/embedded_document.rb
mongo_mapper-0.8.4 lib/mongo_mapper/embedded_document.rb
mongo_mapper-unstable-2010.08.19 lib/mongo_mapper/embedded_document.rb
mongo_mapper-unstable-2010.08.18 lib/mongo_mapper/embedded_document.rb
mongo_mapper-unstable-2010.08.17 lib/mongo_mapper/embedded_document.rb
mongo_mapper-unstable-2010.08.16 lib/mongo_mapper/embedded_document.rb
mongo_mapper-unstable-2010.08.15 lib/mongo_mapper/embedded_document.rb
mongo_mapper-unstable-2010.08.14 lib/mongo_mapper/embedded_document.rb
mongo_mapper-unstable-2010.08.13 lib/mongo_mapper/embedded_document.rb
mongo_mapper-unstable-2010.08.12 lib/mongo_mapper/embedded_document.rb
mongo_mapper-unstable-2010.08.11 lib/mongo_mapper/embedded_document.rb
mongo_mapper-unstable-2010.08.10 lib/mongo_mapper/embedded_document.rb
mongo_mapper-unstable-2010.08.09 lib/mongo_mapper/embedded_document.rb
mongo_mapper-0.8.3 lib/mongo_mapper/embedded_document.rb