I have upgraded my Ruby to 2.5 and after rectifying many dependency issues, I'm stuck at a place. There is save method being called which saves the records, but somehow it do not works now and shows following error:
500 Internal Error
undefined method 'fetch_value' for #<Hash:0*0007e589e>
Did you mean fetch_values
each_value:
Earlier the same .save
was working perfectly fine.