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 update_attribute method #40

Closed brianstien closed 8 years ago

brianstien commented 8 years ago

This adds the update_attribute method, to increase compatibility with the ActiveRecord interface.

http://api.rubyonrails.org/classes/ActiveRecord/Persistence.html#method-i-update_attribute

abrandoned commented 8 years ago

looks right to me :shipit:

liveh2o commented 8 years ago

Released in v2.3.0.