Skip to content

Instantly share code, notes, and snippets.

@joekur
Created March 13, 2013 01:25
Show Gist options
  • Save joekur/5148659 to your computer and use it in GitHub Desktop.
Save joekur/5148659 to your computer and use it in GitHub Desktop.
Rails nested layouts
<div id="admin_menu></div>
<% content_for :body do %>
<%= yield %>
<% end %>
<%= render :file => 'layouts/application' %>
<body>
<%= yield :body %>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment