aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--railties/guides/source/active_support_overview.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile
index de9212c307..1537877c18 100644
--- a/railties/guides/source/active_support_overview.textile
+++ b/railties/guides/source/active_support_overview.textile
@@ -115,7 +115,7 @@ def self.from_response(response)
end
</ruby>
-See also +Object#returning+ in "Extensions to All Objects FIX THIS LINK":FIXME.
+See also "+Object#returning+":#returning.
h4. +try+