New issue report by arun.thampi:
User should be able to define before_save, after_save methods similar
to ActiveRecord
class Person < ActiveCouch::Base
before_save :permalink
private
def permalink; 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