Skip to content

Instantly share code, notes, and snippets.

@fivetwentysix
Created November 25, 2010 07:54
Show Gist options
  • Save fivetwentysix/715055 to your computer and use it in GitHub Desktop.
Save fivetwentysix/715055 to your computer and use it in GitHub Desktop.
respond_to do |format|
if @reply.save
if request.xhr?
format.js
end
else
format.html { render :text => 'Fail' }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment