Module: Katello::Concerns::LocationExtensions::ClassMethods
- Defined in:
- app/models/katello/concerns/location_extensions.rb
Instance Method Summary collapse
Instance Method Details
#default_location ⇒ Object
39 40 41 42 |
# File 'app/models/katello/concerns/location_extensions.rb', line 39 def default_location # In the future, we should have a better way to identify the 'default' location Location.where(:katello_default => true).first end |