Module: Paperclip::Schema::CommandRecorder
- Defined in:
- lib/paperclip/schema.rb
Instance Method Summary collapse
Instance Method Details
#add_attachment(*args) ⇒ Object
72 73 74 |
# File 'lib/paperclip/schema.rb', line 72 def (*args) record(:add_attachment, args) end |