aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgis Anastasopoulos <corestudiosinc@gmail.com>2012-11-15 20:30:23 +0200
committerAgis Anastasopoulos <corestudiosinc@gmail.com>2012-11-15 20:30:23 +0200
commit90d780c027e4f5d55d21d068f5b3c6310eaf3931 (patch)
treebf2e91cd089dabde67f7f828dfbda6b7e1199432
parent2ff888181d8d3425864f58141881e36b5f12e8c3 (diff)
downloadrails-90d780c027e4f5d55d21d068f5b3c6310eaf3931.tar.gz
rails-90d780c027e4f5d55d21d068f5b3c6310eaf3931.tar.bz2
rails-90d780c027e4f5d55d21d068f5b3c6310eaf3931.zip
Update links to API documentation & add a TODO
-rw-r--r--guides/source/action_view_overview.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md
index 6ada4b6f29..ff70188e72 100644
--- a/guides/source/action_view_overview.md
+++ b/guides/source/action_view_overview.md
@@ -349,11 +349,12 @@ TODO...
Overview of all the helpers provided by Action View
---------------------------------------------------
-The following is only a brief overview summary of the helpers available in Action View. It's recommended that you review the API Documentation, which covers all of the helpers in more detail, but this should serve as a good starting point.
+The following is only a brief overview summary of the helpers available in Action View. It's recommended that you review the [API Documentation](http://api.rubyonrails.org/classes/ActionView/Helpers.html), which covers all of the helpers in more detail, but this should serve as a good starting point.
### ActiveRecordHelper
+TODO: Is it me or there's no ActiveRecordHelper? *Agis-*
-The Active Record Helper makes it easier to create forms for records kept in instance variables. You may also want to review the [Rails Form helpers guide](form_helpers.html).
+The Active Record Helper makes it easier to create forms for records kept in instance variables. You may also want to review the [Rails Form helpers guide](http://guides.rubyonrails.org/form_helpers.html).
#### error_message_on