Created
May 15, 2013 18:39
-
-
Save Fire-Dragon-DoL/5586230 to your computer and use it in GitHub Desktop.
home is rendered with "default" which is rendered with "base"
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
<%= yield %> |
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
<%= render layout => 'base' do %> | |
<%= yield %> | |
<% end %> |
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
<p>Test</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment