Skip to content

Instantly share code, notes, and snippets.

@osulyanov
Created February 21, 2013 02:43
Show Gist options
  • Save osulyanov/5001557 to your computer and use it in GitHub Desktop.
Save osulyanov/5001557 to your computer and use it in GitHub Desktop.
Separate layouts for other requests
layout proc {|controller| controller.request.xhr? ? "ajax": "application" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment