module Paperclip::Schema::CommandRecorder

Public Instance Methods

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