I know rails 1.2.3 is stale now but i have got a project in rails 1.2.3 to work on. I want to output the result in json format. i am using
render :json => @result.to_json and return
it gives me {success: "false"}
instead, i want {"success": "false"}
I cant go for an upgrade as on now.
Please suggest.