Pankaj
Pankaj

Reputation: 2558

Active record model with remote data storage

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

Upvotes: 0

Views: 1440

Answers (1)

user65663
user65663

Reputation:

No plugin or gem needed. See ActiveResource.

Upvotes: 1

Related Questions