Created
May 24, 2015 18:36
-
-
Save MikeRogers0/e4e8cb1d459346cb9826 to your computer and use it in GitHub Desktop.
Example of how yield works
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= yeild :some_content %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% content_for :some_content do %> | |
Snoop dogg is a rapper | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment