From 622d2a4b0d6117b275c9f5bf44a21db8ac69705c Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Wed, 31 Jul 2013 15:44:17 -0400 Subject: Moved README into action_view [ci skip] --- actionview/README.rdoc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actionview') diff --git a/actionview/README.rdoc b/actionview/README.rdoc index ab6c7e878a..35f805346c 100644 --- a/actionview/README.rdoc +++ b/actionview/README.rdoc @@ -1,5 +1,10 @@ = 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 The latest version of Action View can be installed with RubyGems: -- cgit v1.2.3