Hi guys,
What is the best way to store array of of primitive types using Rails activerecord?
For example I've got article model, which has images property. Images property is array of image urls.
I don't wont use separate table to store this array.
Regards, Alexey Zakharov