mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
mispelling error in actionpach changelog
This commit is contained in:
parent
2091e5a65e
commit
39eff2d62d
1 changed files with 1 additions and 1 deletions
|
@ -5780,7 +5780,7 @@
|
|||
== Rendering a collection of partials
|
||||
|
||||
The example of partial use describes a familar pattern where a template needs
|
||||
to iterate over a array and render a sub template for each of the elements.
|
||||
to iterate over an array and render a sub template for each of the elements.
|
||||
This pattern has been implemented as a single method that accepts an array and
|
||||
renders a partial by the same name of as the elements contained within. So the
|
||||
three-lined example in "Using partials" can be rewritten with a single line:
|
||||
|
|
Loading…
Reference in a new issue