module Bramble::Storage

A single access point to the storage selected by `Bramble.config.storage`. All methods are delegated to that storage adapter

Private Class Methods

storage_instance() click to toggle source
# File lib/bramble/storage.rb, line 20
def self.storage_instance
  Bramble.config.storage
end