Module: Shrine::Plugins::StorageFromConfig::ClassMethods

Defined in:
lib/shrine/plugins/storage_from_config.rb

Instance Method Summary collapse

Instance Method Details

#find_storage(name) ⇒ Object



14
15
16
# File 'lib/shrine/plugins/storage_from_config.rb', line 14

def find_storage(name)
  storage_from_config(name) || super
end