Class: Concealer::Fallback::Paperclip

Inherits:
Object
  • Object
show all
Defined in:
lib/concealer/fallback/paperclip.rb

Instance Method Summary collapse

Instance Method Details

#call(model, method, args) ⇒ Object



2
3
4
# File 'lib/concealer/fallback/paperclip.rb', line 2

def call(model, method, args)
  ::Paperclip::Attachment.new(method, model.class.new, model.class.attachment_definitions[method])
end