Method: MLS::PDF#url
- Defined in:
- lib/mls/models/pdf.rb
#url(style = '700x467#', protocol = 'http') ⇒ Object
8 9 10 |
# File 'lib/mls/models/pdf.rb', line 8 def url(style='700x467#', protocol='http') "#{protocol}://#{MLS.image_host}/#{avatar_digest}.jpg?s=#{URI.escape(size)}" end |