Skip to content

Instantly share code, notes, and snippets.

@mstruve
Created May 21, 2019 16:52
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 mstruve/07b29f67d446f7986965187c552ca4ee to your computer and use it in GitHub Desktop.
Save mstruve/07b29f67d446f7986965187c552ca4ee to your computer and use it in GitHub Desktop.
2016 Molly
respond_to do |format|
format.json { render :json => { :success => true, :message => 'yay' } }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment