# File lib/paperclip/interpolations.rb, line 48 def url attachment, style_name raise InfiniteInterpolationError if caller.any?{|b| b.index(RIGHT_HERE) } attachment.url(style_name, :timestamp => false, :escape => false) end