aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_overview.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-05-31 23:24:51 +0200
committerXavier Noria <fxn@hashref.com>2009-05-31 23:25:25 +0200
commita66909c5c42503257271643ea01a13d2a9972262 (patch)
treec649370b549de3d6077dfd49c34d48d602df0fd8 /railties/guides/source/active_support_overview.textile
parent680303107addb405288738fe4eeb894f98b9ccb5 (diff)
downloadrails-a66909c5c42503257271643ea01a13d2a9972262.tar.gz
rails-a66909c5c42503257271643ea01a13d2a9972262.tar.bz2
rails-a66909c5c42503257271643ea01a13d2a9972262.zip
AS guide: adds see also to explanation of Class#remove_subclasses
Diffstat (limited to 'railties/guides/source/active_support_overview.textile')
-rw-r--r--railties/guides/source/active_support_overview.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile
index 64c66b4f46..7b3e03e09b 100644
--- a/railties/guides/source/active_support_overview.textile
+++ b/railties/guides/source/active_support_overview.textile
@@ -176,6 +176,8 @@ A.subclasses # => []
C # => NameError: uninitialized constant C
</ruby>
+See also +Object#remove_subclasses_of+ in "Extensions to All Objects FIX THIS LINK":FIXME.
+
h3. Extensions to +NilClass+
...