SitePoint Sponsor |
|
User Tag List
Results 1 to 8 of 8
Threaded View
-
Dec 12, 2005, 09:41 #1
- Join Date
- Mar 2004
- Location
- Grand Junction, CO
- Posts
- 292
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Rails - Unserializing an attribute
I want to use a Runt object as an attribute for one of my classes. I can save it to the db fine, looks like...but I need to be able to use it after I pull the object from the db. Right now the attribute is just a String, but I need it to be a Runt::Intersect object. Does anyone know how I can unserialize the attribute so I can use it as an object?
Bookmarks