module ActiveSupport::ExecutionContext

def after_change(&block)

def after_change(&block)
  @after_change_callbacks << block
end