From 90d780c027e4f5d55d21d068f5b3c6310eaf3931 Mon Sep 17 00:00:00 2001 From: Agis Anastasopoulos Date: Thu, 15 Nov 2012 20:30:23 +0200 Subject: Update links to API documentation & add a TODO --- guides/source/action_view_overview.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'guides/source') 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 -- cgit v1.2.3