aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/README.rdoc
diff options
context:
space:
mode:
authorashishprajapati <ashishprajapati0404@gmail.com>2019-03-10 03:17:01 +0530
committerashishprajapati <ashishprajapati0404@gmail.com>2019-03-10 03:17:01 +0530
commite3ef12b310abdbc1688c3dc4c9b7c48209ce6da2 (patch)
tree0a90e68bd1cc36efcc42adb5bc5d3b48824d6f7c /actionview/README.rdoc
parent788272231cb75d9de454c45881421db9afea74cd (diff)
downloadrails-e3ef12b310abdbc1688c3dc4c9b7c48209ce6da2.tar.gz
rails-e3ef12b310abdbc1688c3dc4c9b7c48209ce6da2.tar.bz2
rails-e3ef12b310abdbc1688c3dc4c9b7c48209ce6da2.zip
Added missing guide links in README documentation and minor wording fix [ci skip]
Diffstat (limited to 'actionview/README.rdoc')
-rw-r--r--actionview/README.rdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/README.rdoc b/actionview/README.rdoc
index 03a0723564..c14697b5c6 100644
--- a/actionview/README.rdoc
+++ b/actionview/README.rdoc
@@ -5,6 +5,8 @@ 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.
+You can read more about Action View in the {Action View Overview}[https://edgeguides.rubyonrails.org/action_view_overview.html] guide.
+
== Download and installation
The latest version of Action View can be installed with RubyGems: