Sha256: 304d0a321f7bd1a1a7cc1eb4ad3e3662b1dfe65946cae83a0dcd25dffded6ac2

Contents?: true

Size: 280 Bytes

Versions: 56

Compression:

Stored size: 280 Bytes

Contents

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

56 entries across 56 versions & 6 rubygems

Version Path
mongo_mapper-0.7.3 lib/mongo_mapper/plugins/descendants.rb
numon-0.0.1 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-0.7.2 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-0.7.1 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.3.8 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.3.5 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.3.4 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.3.3 lib/mongo_mapper/plugins/descendants.rb
drogus-mongo_mapper-0.6.10 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.2.28 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.2.27 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.2.26 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.2.25 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.2.24 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.2.23 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.2.22 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.2.19 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.2.18 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.2.17 lib/mongo_mapper/plugins/descendants.rb
mongo_mapper-unstable-2010.2.16 lib/mongo_mapper/plugins/descendants.rb