diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-19 17:33:10 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-19 17:33:10 -0200 |
commit | e0c938759fdb2f82057aa46a8410533a60424114 (patch) | |
tree | 2da237750600f11197ff13c27356e65649551dbd | |
parent | 7d54cccb8474e92454f33c9df975d20a80119fb9 (diff) | |
parent | 6d8f677ad946d4a5240278f8b4da506988cfcebf (diff) | |
download | rails-e0c938759fdb2f82057aa46a8410533a60424114.tar.gz rails-e0c938759fdb2f82057aa46a8410533a60424114.tar.bz2 rails-e0c938759fdb2f82057aa46a8410533a60424114.zip |
Merge pull request #17677 from StevenNunez/patch-1
Remove bullet point to unwritten/unreferenced section
-rw-r--r-- | guides/source/action_view_overview.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index 683e633668..f4d5bb8272 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -7,7 +7,6 @@ After reading this guide, you will know: * How best to use templates, partials, and layouts. * What helpers are provided by Action View and how to make your own. * How to use localized views. -* How to use Action View outside of Rails. -------------------------------------------------------------------------------- |