diff options
Diffstat (limited to 'actionview/README.rdoc')
-rw-r--r-- | actionview/README.rdoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/actionview/README.rdoc b/actionview/README.rdoc index 09bbfdae0b..35f805346c 100644 --- a/actionview/README.rdoc +++ b/actionview/README.rdoc @@ -1,6 +1,9 @@ = Action View - +Action View is a framework for handling view template lookup and rendering, and provides +view helpers that assist when building HTML forms, Atom feeds and more. +Template formats that Action View handles are ERB (embedded Ruby, typically +used to inline short Ruby snippets inside HTML), and XML Builder. == Download and installation |