module Paperclip::Schema::CommandRecorder

Public Instance Methods

add_attachment(*args) click to toggle source
# File lib/paperclip/schema.rb, line 70
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 76
def invert_add_attachment(args)
  [:remove_attachment, args]
end