Prevent Rails from encoding the ampersands in a URL when outputting JSON

前端 未结 2 1036
栀梦
栀梦 2021-02-18 20:04

I have the following code:

render json: { image: image }

Image has an attribute \"url\". Let\'s say it\'s:

https://blah.com/a?A         


        
2条回答
提交回复
热议问题