diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2019-03-09 22:54:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-09 22:54:21 +0100 |
commit | 0fc13977841d0fb5aa78d5bd86fa9a540477009f (patch) | |
tree | bbd322bc9be143e5426682442aee1dc7d61c8c32 /actionview | |
parent | 6c0afaca98758e87a05752e1f4f8f2029d6d9664 (diff) | |
parent | e3ef12b310abdbc1688c3dc4c9b7c48209ce6da2 (diff) | |
download | rails-0fc13977841d0fb5aa78d5bd86fa9a540477009f.tar.gz rails-0fc13977841d0fb5aa78d5bd86fa9a540477009f.tar.bz2 rails-0fc13977841d0fb5aa78d5bd86fa9a540477009f.zip |
Merge pull request #35559 from ashishprajapati/ashishprajapati/important_textual_improvements
Added missing guide links in documentation and minor wording fix
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/README.rdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/README.rdoc b/actionview/README.rdoc index a9399752a1..ba50c67024 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: |