# HG changeset patch # User Edho Arief # Date 1346007888 25200 # Node ID f3adcff48173064ec2a39d34cd455eb6dc8a3499 # Parent c7bdd65f1a1dc42963b61e605b419ae073e11846 Whoops, forgot to hide the ip etc in json. Removed for now. diff -r c7bdd65f1a1d -r f3adcff48173 app/controllers/pastes_controller.rb --- a/app/controllers/pastes_controller.rb Sun Aug 26 12:00:31 2012 -0700 +++ b/app/controllers/pastes_controller.rb Sun Aug 26 12:04:48 2012 -0700 @@ -7,7 +7,6 @@ respond_to do |format| format.html # show.html.erb format.txt # show.html.erb - format.json { render :json => @paste } end end