aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
diff options
context:
space:
mode:
authorLuke Persola <lpersola@demandbase.com>2017-08-30 19:21:13 -0700
committerLuke Persola <lpersola@demandbase.com>2017-08-30 19:21:13 -0700
commitfd416c4336ff46367a05f241430b132e1dae07b9 (patch)
treee3020afe981bae6fac8ffa4dd38acf3e533d94ce /guides/source/action_view_overview.md
parent86389b41436e7020a403c72669cf7748850fb15e (diff)
downloadrails-fd416c4336ff46367a05f241430b132e1dae07b9.tar.gz
rails-fd416c4336ff46367a05f241430b132e1dae07b9.tar.bz2
rails-fd416c4336ff46367a05f241430b132e1dae07b9.zip
In Action View Overview guide, remove reference to custom helpers
[ci skip]
Diffstat (limited to 'guides/source/action_view_overview.md')
-rw-r--r--guides/source/action_view_overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md
index ea72567c03..a57623428f 100644
--- a/guides/source/action_view_overview.md
+++ b/guides/source/action_view_overview.md
@@ -7,7 +7,7 @@ After reading this guide, you will know:
* What Action View is and how to use it with Rails.
* How best to use templates, partials, and layouts.
-* What helpers are provided by Action View and how to make your own.
+* What helpers are provided by Action View.
* How to use localized views.
--------------------------------------------------------------------------------