ruby on rails: application layout appearing in popup -


in ror application, have link opens popup window. using different stylesheet popup problem it's displaying menubar & banner defined in main application.html.erb. want popup window simple , don't want contain main banner of menu bar , although using seperate stylesheet, main menu/banner still displayed.

can please shed light on me.

thanks lot help

here's documentation

if don't want layout render

render :layout => false 

or

layout nil 

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -