I converted my db and the data in one of my tables got changed in the conversion. Basically, I want to go from:
"{1,2}" to ["1", "2"]
in ruby. Any thoughts?
Also, it wont be just two numbers always, it will vary for each row in the table.
Thanks in advance!