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
Post a Comment