Class: Paperclip::Attachment

Inherits:
Object
  • Object
show all
Defined in:
lib/paperclip/elvfs/settings.rb

Instance Method Summary collapse

Instance Method Details

#url_with_unescape(style_name = default_style, options = {}) ⇒ Object



10
11
12
13
# File 'lib/paperclip/elvfs/settings.rb', line 10

def url_with_unescape(style_name = default_style, options = {})
  options[:escape] = false
  url_without_unescape(style_name, options)
end