# File lib/paperclip/schema.rb, line 64 def add_attachment(*args) record(:add_attachment, args) end
# File lib/paperclip/schema.rb, line 70 def invert_add_attachment(args) [:remove_attachment, args] end