aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-27 22:11:38 +0100
committerXavier Noria <fxn@hashref.com>2010-01-27 22:11:38 +0100
commitbe45bf0fd995f000a8598596f3bfb63e3b75614b (patch)
tree9cf3adfcab5ee5b8600a829b42350dea04bf24e7 /railties/guides
parent5c2be6d80400bfeb80c80b966ae2f0c11d71c978 (diff)
downloadrails-be45bf0fd995f000a8598596f3bfb63e3b75614b.tar.gz
rails-be45bf0fd995f000a8598596f3bfb63e3b75614b.tar.bz2
rails-be45bf0fd995f000a8598596f3bfb63e3b75614b.zip
AS guide: Class#descendents has been removed in f85f5dfc8ffefff174b695c6363211d342f77a57
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/active_support_core_extensions.textile8
1 files changed, 0 insertions, 8 deletions
diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile
index dd0569ef09..0f9269cbbd 100644
--- a/railties/guides/source/active_support_core_extensions.textile
+++ b/railties/guides/source/active_support_core_extensions.textile
@@ -629,14 +629,6 @@ NOTE: Defined in +active_support/core_ext/class/delegating_attributes.rb+.
h4. Descendants
-h5. +descendents+
-
-The +descendents+ method returns all the descendants of its receiver as an array of class objects. This method performs no filtering so non-reachable classes are included, if any.
-
-See aso +Object#subclasses_of+, explained in "Extensions to All Objects FIX THIS LINK":FIXME.
-
-NOTE: Defined in +active_support/core_ext/object/extending.rb+.
-
h5. +subclasses+
The +subclasses+ method returns the names of all the anonymous or reachable descendants of its receiver as an array of strings: