Skip to content

Instantly share code, notes, and snippets.

@MikeRogers0
Created May 24, 2015 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikeRogers0/e4e8cb1d459346cb9826 to your computer and use it in GitHub Desktop.
Save MikeRogers0/e4e8cb1d459346cb9826 to your computer and use it in GitHub Desktop.
Example of how yield works
<%= yeild :some_content %>
<% 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