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
mongo_mapper-unstable-2010.08.08 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.08.06 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.08.05 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.08.04 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.08.03 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.08.02 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.08.01 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.07.31 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.07.30 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.07.29 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.07.28 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.07.27 lib/mongo_mapper/plugins/descendants.rb
thorsson-mongo_mapper-0.8.2 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.07.26 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.07.23 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.07.21 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.07.20 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.07.19 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.07.18 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.07.16 lib/mongo_mapper/plugins/descendants.rb