Class: Flyer

Inherits:
MLS::Model show all
Includes:
MLS::Avatar
Defined in:
lib/mls/flyer.rb

Instance Method Summary collapse

Methods included from MLS::Avatar

#avatar_url

Instance Method Details

#urlObject



7
8
9
# File 'lib/mls/flyer.rb', line 7

def url
  "http://#{MLS.asset_host}/flyers/#{file_digest}/compressed/#{file_name}"
end