I need to send json response depends on user entered data in input, but I\'m failing to send simple json request.
I followed this article - http://paydrotalks.com/po
I usually use this method to return json data:
msg = {:token => token, :courseId => courseId} render :json => msg