class ActiveSupport::Callbacks::CallbackSequence

def after(&after)

def after(&after)
  @after.push(after)
  self
end