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

Support `update` as an alias for `update_attributes` #32

Closed brianstien closed 9 years ago

brianstien commented 9 years ago

Rails 4 added update as an alias for update_attributes, and generators will now use update instead of update_attributes. It seems that update is now the preferred method.

http://apidock.com/rails/v4.2.1/ActiveRecord/Persistence/update

liveh2o commented 9 years ago

:+1:

liveh2o commented 9 years ago

Resolved by #34.