For example: content_for(:stuff) vs yield :stuff
I know they are implemented slightly differently, but is there any real functionality difference?
Is there a generally accepted best practice?
|
For example: I know they are implemented slightly differently, but is there any real functionality difference? Is there a generally accepted best practice? |
|||
|
|
|
The result would be
They are opposite ends of the rendering process, with
The best practice is to use |
||||
|
|
|
yield:
content_for:
So, using You can learn more about it reading the tutorial. |
|||||||||||
|