Skip to content

Instantly share code, notes, and snippets.

@paulkaplan
Created September 8, 2011 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulkaplan/1203651 to your computer and use it in GitHub Desktop.
Save paulkaplan/1203651 to your computer and use it in GitHub Desktop.
Don't render layout on ajax call (for fancybox or the like
layout proc {|controller| controller.request.xhr? ? false : "application" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment