Skip to content

Instantly share code, notes, and snippets.

@randallb
Created May 27, 2013 05:04
Show Gist options
  • Save randallb/5655260 to your computer and use it in GitHub Desktop.
Save randallb/5655260 to your computer and use it in GitHub Desktop.
respond_to do |format|
format.html {render :angular, layout: 'output'}
format.json {render :xhr, layout: false}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment