module PaperCropper::Schema::CommandRecorder

Public Instance Methods

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

Private Instance Methods

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