Method: Paperclip::Attachment#to_s

Defined in:
lib/paperclip/attachment.rb

#to_s(style_name = nil) ⇒ Object

Alias to url



130
131
132
# File 'lib/paperclip/attachment.rb', line 130

def to_s style_name = nil
  url(style_name)
end