Sha256: 9f670a85d8b4247757de6e058b272dd7c6554f6d7fc3da0684a39c0b412aee9f

Contents?: true

Size: 281 Bytes

Versions: 30

Compression:

Stored size: 281 Bytes

Contents

module MongoMapper
  module Plugins
    module Associations
      class ManyPolymorphicProxy < ManyDocumentsProxy
        private
          def apply_scope(doc)
            doc[association.type_key_name] = doc.class.name
            super
          end
      end
    end
  end
end

Version data entries

30 entries across 30 versions & 6 rubygems

Version Path
mongo_mapper-unstable-2010.2.22 lib/mongo_mapper/plugins/associations/many_polymorphic_proxy.rb
mongo_mapper-unstable-2010.2.19 lib/mongo_mapper/plugins/associations/many_polymorphic_proxy.rb
mongo_mapper-unstable-2010.2.18 lib/mongo_mapper/plugins/associations/many_polymorphic_proxy.rb
mongo_mapper-unstable-2010.2.17 lib/mongo_mapper/plugins/associations/many_polymorphic_proxy.rb
mongo_mapper-unstable-2010.2.16 lib/mongo_mapper/plugins/associations/many_polymorphic_proxy.rb
mongo_mapper-unstable-2010.2.15 lib/mongo_mapper/plugins/associations/many_polymorphic_proxy.rb
mongo_mapper-unstable-2010.2.12 lib/mongo_mapper/plugins/associations/many_polymorphic_proxy.rb
mongo_mapper-unstable-2010.2.11 lib/mongo_mapper/plugins/associations/many_polymorphic_proxy.rb
mongo_mapper-unstable-2010.2.10 lib/mongo_mapper/plugins/associations/many_polymorphic_proxy.rb
mongo_mapper-0.7.0 lib/mongo_mapper/plugins/associations/many_polymorphic_proxy.rb