liveh2o / active_remote

Active Remote provides Active Record-like object-relational mapping over RPC. It's Active Record for your platform.
MIT License
63 stars 23 forks source link

Add ability to execute remote calls on current object #74

Closed liveh2o closed 5 years ago

liveh2o commented 5 years ago

Add a #remote method that executes a remote call on the current object and updates its attributes and errors from the response.

This makes it much simpler to perform custom RPC actions that modify the remote record.

// @newellista