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

No need to do dirty tracking twice #52

Closed brianstien closed 7 years ago

brianstien commented 7 years ago

write_attribute now calls directly into attribute=, so we dont need to do dirty tracking in both places.