ruby on rails - Active record model with remote data storage -


i want implement model "contact", data not stored in database, remotely. operations on data done via web service. model contact related other models, data stored locally.

is there plugin/gem can take care of this?

regards, pankaj

no plugin or gem needed. see activeresource.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -