how Remove double quotes from a string ruby on rails ? I have a string like:
"5,5"
conversion logic :
@a = @cart_id.chomp(',')
abort @a.inspect
how Remove double quotes from a string ruby on rails ? I have a string like:
"5,5"
conversion logic :
@a = @cart_id.chomp(',')
abort @a.inspect