I need to do that for the sign_in page in the VIEWS FILE and not the controller because I'm using two different views for the sign in. I just need to disable the layout in one of these two pages. If I use the controller by adding the following:
render :layout => false Then it wont render it for both pages. That's why I need a way to do that in the views file.
Thank you.