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

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -