1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

In Action View Overview guide, remove reference to custom helpers

[ci skip]
This commit is contained in:
Luke Persola 2017-08-30 19:21:13 -07:00
parent 86389b4143
commit fd416c4336

View file

@ -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.
--------------------------------------------------------------------------------