module Paperclip::Schema::CommandRecorder

Public Instance Methods

add_attachment(*args) click to toggle source
# File lib/paperclip/schema.rb, line 72
def add_attachment(*args)
  record(:add_attachment, args)
end

Private Instance Methods

invert_add_attachment(args) click to toggle source
# File lib/paperclip/schema.rb, line 78
def invert_add_attachment(args)
  [:remove_attachment, args]
end