Is there something wrong with this?
render :json => { :result => 'success', :profile_pic_path => @user.profile_pic.url(:large) }
Do I need to code or something like that. I get a random error from time to time, and I think it should be this line.
thank
source
share