Method: Paperclip::Interpolations#url

Defined in:
lib/paperclip/interpolations.rb

#url(attachment, style_name) ⇒ Object



45
46
47
48
# File 'lib/paperclip/interpolations.rb', line 45

def url attachment, style_name
  raise InfiniteInterpolationError if caller.any?{|b| b.index(RIGHT_HERE) }
  attachment.url(style_name, false)
end