store object in table

Hi,

I want to store the object in a table how to do that?     

not sure if it's what you are after, but if it is, then the serialize method of AR will be a perfect match. Basically it can -transparently- convert any serializable object to a string back and forth between ruby and your db table.

regards,

javier ramirez