I know this is probably a simple question, but I\'m still trying to figure Devise out...
I want to render :layout => false on my login page; how can I do
render :layout => false
You can also create a sessions.html.erb file in app/views/layouts/devise. That layout will then be used for just the sign in screen.