# HG changeset patch # User Edho Arief # Date 1349294880 -25200 # Node ID c09020fc73f5c64d47742eb710ba9b8fc0c22caa # Parent f649b46fca4f5a20746a610a3849920179291a61 Empty rescue instead of random nil. diff -r f649b46fca4f -r c09020fc73f5 app/controllers/pastes_controller.rb --- a/app/controllers/pastes_controller.rb Thu Oct 04 03:05:43 2012 +0700 +++ b/app/controllers/pastes_controller.rb Thu Oct 04 03:08:00 2012 +0700 @@ -18,7 +18,6 @@ begin @paste.paste = Paste.find(params[:base]).paste rescue - nil end respond_to do |format|