couchbase / couchbase-ruby-model

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

Destroy callbacks & belongs_to association #31

Closed archit closed 10 years ago

archit commented 10 years ago

This PR adds two fixes

  1. Support for {before|after|around}_destroy callbacks.
  2. belongs_to defining a setter by association name.
avsej commented 10 years ago

http://review.couchbase.org/41659 http://review.couchbase.org/41660

archit commented 10 years ago

This has been merged in master.