Sha256: 0d462e98c5fccb17f690cc7ce0d0a516e3e1c42474ea44386fc760b26fef0dd6

Contents?: true

Size: 295 Bytes

Versions: 63

Compression:

Stored size: 295 Bytes

Contents

# encoding: UTF-8
module MongoMapper
  module Plugins
    module Descendants
      module ClassMethods
        def inherited(descendant)
          descendants << descendant
          super
        end

        def descendants
          @descendants ||= []
        end
      end
    end
  end
end

Version data entries

63 entries across 63 versions & 9 rubygems

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