Method: Spree::Image::PaperclipAttachment#url

Defined in:
app/models/spree/image/paperclip_attachment.rb

#url(size) ⇒ Object



25
26
27
# File 'app/models/spree/image/paperclip_attachment.rb', line 25

def url(size)
  attachment.url(size)
end