Active record model with remote data storage

Posted by pankajbhageria on Stack Overflow See other posts from Stack Overflow or by pankajbhageria
Published on 2010-04-27T04:32:20Z Indexed on 2010/04/27 4:43 UTC
Read the original article Hit count: 341

I want to implement a model "Contact", whose data is not stored in database, but remotely. The operations on data are done via web service. The model Contact is related to other models, whose data is stored locally.

Is there any plugin/gem which can take care of this?

Regards, Pankaj

© Stack Overflow or respective owner

Related posts about activerecord

Related posts about rails