module Paperclip::Schema::CommandRecorder
def add_attachment(*args)
def add_attachment(*args) record(:add_attachment, args) end
def invert_add_attachment(args)
def invert_add_attachment(args) [:remove_attachment, args] end
def add_attachment(*args) record(:add_attachment, args) end
def invert_add_attachment(args) [:remove_attachment, args] end