couchbase / couchbase-ruby-model

The Active Model implementation for Couchbase Server built on couchbase-ruby-client
61 stars 23 forks source link

Couchbase::Model#update_attributes doesn't save the record #27

Closed archit closed 9 years ago

archit commented 9 years ago

ActiveRecord::Base#update_attribute also saves the record. Couchbase::Model#update_attributes doesn't.

Seeing how this library is supposed to mimic the behavior of ActiveRecord::Base, this seems like a bug. I'll try and cook up a fix in a bit.

avsej commented 9 years ago

fixed by #28