Skip to content

Instantly share code, notes, and snippets.

@DCarper
Created May 27, 2011 18:13
Show Gist options
  • Select an option

  • Save DCarper/995808 to your computer and use it in GitHub Desktop.

Select an option

Save DCarper/995808 to your computer and use it in GitHub Desktop.
respond_to do |wants|
wants.json do
if @fold.save
redirect_to :edit
else
render :json => false
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment