VRFS-3800 removed comment

This commit is contained in:
Jonathan Kolyer 2016-02-09 12:52:37 +00:00
parent 48873f3485
commit c2b61d1a3b
1 changed files with 0 additions and 2 deletions

View File

@ -341,8 +341,6 @@ class ApiJamTracksController < ApiController
params[:receipt], params[:receipt],
params[:price_data]) params[:price_data])
rescue rescue
# JONATHAN - this definitely needs beefing up so that you can communicate back to the app any errors you might raise.
# ... Go wild with this response; I just stubbed something.
response = { message: $!.to_s } response = { message: $!.to_s }
render :json => response, :status => 422 render :json => response, :status => 422
return return