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