Class: Skr::Location
- Defined in:
- lib/skr/models/location.rb
Overview
A location that holds inventory
Class Method Summary collapse
-
.default ⇒ Location
The location that’s specified by Configuration#default_location_code.
Instance Method Summary collapse
Class Method Details
Instance Method Details
#get_logo ⇒ Object
20 21 22 |
# File 'lib/skr/models/location.rb', line 20 def get_logo self.logo.present? ? self.logo : Lanes::SystemSettings.config.logo end |