New issue report by arun.thampi:
User should be able to define before_delete, after_delete methods
class Person < ActiveCouch::Base
after_delete :bury_him
private
def bury_him; end
end
Issue attributes:
Status: Accepted
Owner: arun.thampi
Labels: Type-Defect Priority-High
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 by arun.thampi:
Fixed in r65
Issue attribute updates:
Status: Fixed