Class: PackageTypeUploader

Inherits:
ApplicationUploader show all
Defined in:
app/uploaders/package_type_uploader.rb

Overview

typed: ignore

Instance Method Summary collapse

Methods inherited from ApplicationUploader

#extension_whitelist, #quality, #store_dir, #validate_dimensions

Instance Method Details

#default_url(*args) ⇒ Object



3
4
5
# File 'app/uploaders/package_type_uploader.rb', line 3

def default_url(*args)
  '/img/default-restaurant-logo.png'
end