# HG changeset patch # User Edho Arief # Date 1349323298 -25200 # Node ID 8f6a0204b2a76c3c5e6ec709ef1b960730dd33e8 # Parent 48598fc65c20f9ae09d69aaba74d198898f7512b Disabled responding to pastes#new format json. Nothing can normally reach that right now. diff -r 48598fc65c20 -r 8f6a0204b2a7 app/controllers/pastes_controller.rb --- a/app/controllers/pastes_controller.rb Thu Oct 04 11:00:58 2012 +0700 +++ b/app/controllers/pastes_controller.rb Thu Oct 04 11:01:38 2012 +0700 @@ -27,7 +27,6 @@ respond_to do |format| format.html # new.html.erb - format.json { render :json => @paste } end end