diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-08-31 16:37:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-31 16:37:00 +0900 |
commit | c2b2a8c74fcd2e32996641503ed029c8f7484b00 (patch) | |
tree | c7a3c5d6a08e7bf632ed97ffddf9e82d95e48611 /guides | |
parent | aa1dc38dc285a2900d5059c924c3fa03ad6555ce (diff) | |
parent | fd416c4336ff46367a05f241430b132e1dae07b9 (diff) | |
download | rails-c2b2a8c74fcd2e32996641503ed029c8f7484b00.tar.gz rails-c2b2a8c74fcd2e32996641503ed029c8f7484b00.tar.bz2 rails-c2b2a8c74fcd2e32996641503ed029c8f7484b00.zip |
Merge pull request #30481 from Persola/master
In Action View Overview guide, remove reference to custom helpers [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/action_view_overview.md | 2 |
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. -------------------------------------------------------------------------------- |