Skip to content

Instantly share code, notes, and snippets.

@lgs
Created February 18, 2011 14:55
Show Gist options
  • Select an option

  • Save lgs/833756 to your computer and use it in GitHub Desktop.

Select an option

Save lgs/833756 to your computer and use it in GitHub Desktop.
Sinatra Ajax Layout
get '/' do
haml :index, :layout => !request.xhr?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment