lib/storage.rb in storage-0.1.1 vs lib/storage.rb in storage-0.1.2
- old
+ new
@@ -16,10 +16,9 @@
#
# Check Storage::Config for available options.
#
def self.setup(&block)
yield Config
- strategy.prepare!
end
# A shortcut to the current strategy.
def self.strategy
Config.strategy_class