Hi,
is it possible to disable the layouts/application.html.erb in some view. For example if I have a login for my backend which don't need the standard layout.
Regards, Eddy
Hi,
is it possible to disable the layouts/application.html.erb in some view. For example if I have a login for my backend which don't need the standard layout.
Regards, Eddy
From the controller:
Thanks, this is what I'm looking for!
Regards, Eddy
"Posted via some_url" ?? << I am using this board wrong?
There are multiple forums like ruby-forum that map to the mailing list
associated to the google group.
Fred
for completeness' sake, youo can also do this:
render :action => "whatever", :layout => false