aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
diff options
context:
space:
mode:
authorAgis Anastasopoulos <corestudiosinc@gmail.com>2012-11-16 03:32:40 +0200
committerAgis Anastasopoulos <corestudiosinc@gmail.com>2012-11-16 03:32:40 +0200
commitfe661915157ccdb9dc5db752edbb511dc9ddc193 (patch)
tree7b66ee003997e2c9eede7bb9edabb6c73f2a75b0 /guides/source/action_view_overview.md
parent21ef4e17ec03e408f366a3b3dbbb925835e0ab7f (diff)
downloadrails-fe661915157ccdb9dc5db752edbb511dc9ddc193.tar.gz
rails-fe661915157ccdb9dc5db752edbb511dc9ddc193.tar.bz2
rails-fe661915157ccdb9dc5db752edbb511dc9ddc193.zip
Add a consideration note and a WIP note
Diffstat (limited to 'guides/source/action_view_overview.md')
-rw-r--r--guides/source/action_view_overview.md4
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