aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_core_extensions.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-04-04 08:42:54 -0700
committerXavier Noria <fxn@hashref.com>2010-04-04 08:42:54 -0700
commit7d7e0627a0490b6b4ddb0ee5429264ccd46f1245 (patch)
tree107d5369a86cd158aaf6a11efa7e9ff0477d267e /railties/guides/source/active_support_core_extensions.textile
parentb352b97ff590f0db27432a8a4d3df3c632780b52 (diff)
downloadrails-7d7e0627a0490b6b4ddb0ee5429264ccd46f1245.tar.gz
rails-7d7e0627a0490b6b4ddb0ee5429264ccd46f1245.tar.bz2
rails-7d7e0627a0490b6b4ddb0ee5429264ccd46f1245.zip
fixes duplicate element IDs in some guides
Diffstat (limited to 'railties/guides/source/active_support_core_extensions.textile')
-rw-r--r--railties/guides/source/active_support_core_extensions.textile6
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile
index a8410a8dd2..b41b16b728 100644
--- a/railties/guides/source/active_support_core_extensions.textile
+++ b/railties/guides/source/active_support_core_extensions.textile
@@ -866,7 +866,7 @@ WARNING: Note that in that case +parent+ returns +Object+.
NOTE: Defined in +active_support/core_ext/module/introspection.rb+.
-h5. +parents+
+h5(#module-parents). +parents+
The method +parents+ calls +parent+ on the receiver and upwards until +Object+ is reached. The chain is returned in an array, from bottom to top:
@@ -2191,9 +2191,9 @@ NOTE: Defined in +active_support/core_ext/array/grouping.rb+.
h3. Extensions to +Hash+
-h4. Conversions
+h4(#hash-conversions). Conversions
-h5. +to_xml+
+h5(#hash-to-xml). +to_xml+
The method +to_xml+ returns a string containing an XML representation of its receiver: