diff --git a/app/controllers/myshixuns_controller.rb b/app/controllers/myshixuns_controller.rb index 77f768d1..030f3f10 100644 --- a/app/controllers/myshixuns_controller.rb +++ b/app/controllers/myshixuns_controller.rb @@ -464,7 +464,7 @@ class MyshixunsController < ApplicationController render :json => {:data => "success"} end rescue Exception => e - render :json => {:data => "failed"} + render :json => {:data => "failed, exception_message: #{e}"} end end