Hello, I have a controller that has a layout for the view, but I don't want it to use the layout for two actions - "exportflagged" and "fullreport". I tried to use:
layout 'standard', :except => :fullreport, :except => :exportflagged
but "fullreport" still has the layout! Is there a proper way to do this?
Thank you, - Jeff Miller