Hi, I've got a model named Person.
class Person include DataMapper::Resource property :id, Integer, :key => true end Of cause, a person should have name, icon and much more properties. But my problem is, that those properties is from the API from some social network but my database. So I want to load those data after a person record is loaded into this model. Is there any hook or other way can achieve this goal? Thanks. Best regards, Zhi-Qiang Lei [email protected] -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
