diff options
author | Xavier Noria <fxn@hashref.com> | 2009-07-15 01:03:17 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-07-15 01:03:17 +0200 |
commit | 3469fb93c5fe3c9887cb177e7d58a196365fb654 (patch) | |
tree | 36107a257799870cad4c609359302fded6eb57e8 /railties/guides/source/active_support_overview.textile | |
parent | 0a1af53892cb1d46ecf7cfbc9a76e8b9f93f9819 (diff) | |
download | rails-3469fb93c5fe3c9887cb177e7d58a196365fb654.tar.gz rails-3469fb93c5fe3c9887cb177e7d58a196365fb654.tar.bz2 rails-3469fb93c5fe3c9887cb177e7d58a196365fb654.zip |
AS guide: fixes internal link
Diffstat (limited to 'railties/guides/source/active_support_overview.textile')
-rw-r--r-- | railties/guides/source/active_support_overview.textile | 2 |
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+ |