diff options
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/action_view_overview.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index 4edcfcc7ac..3dddac7b67 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -349,6 +349,10 @@ TODO... Overview of all the helpers provided by Action View --------------------------------------------------- +WIP: Not all the helpers are listed here. For a full list see the [API documentation](http://api.rubyonrails.org/classes/ActionView/Helpers.html) + +TODO: I'm skeptical about whether it makes sense documenting all the helpers in an Action View Overview, or even some of them. *Agis-* + 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. ### RecordTagHelper |