Created
February 4, 2014 00:37
-
-
Save AlexTalker/8795406 to your computer and use it in GitHub Desktop.
this code pasted template :user in :admin_layout, and resilt in :main_layout?
This file contains 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
erb :main_layout, :layout => false do | |
erb :admin_layout do | |
erb :user | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment