Skip to content

Commit

Permalink
Update links to API documentation & add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Nov 15, 2012
1 parent 2ff8881 commit 90d780c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions guides/source/action_view_overview.md
Expand Up @@ -349,11 +349,12 @@ TODO...
Overview of all the helpers provided by Action View 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 ### 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 #### error_message_on


Expand Down

0 comments on commit 90d780c

Please sign in to comment.