Class: LogoUploader

Inherits:
ApplicationUploader show all
Defined in:
app/uploaders/logo_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/logo_uploader.rb', line 3

def default_url(*args)
  ActionController::Base.helpers.asset_path('/img/default-restaurant-logo.png')
end