Module: Abc::Adapters

Extended by:
Config
Defined in:
lib/abc-adapters.rb,
lib/adapters/config.rb

Defined Under Namespace

Modules: Config

Class Method Summary collapse

Methods included from Config

datastore_from_options, datastore_options, datastore_options=, use_datastore=, use_datastore?

Class Method Details

.enable_datastore!Object

Override this if you want to change the datastore



11
12
13
# File 'lib/abc-adapters.rb', line 11

def self.enable_datastore!
  Hyperion.datastore = Abc::Adapters.datastore_from_options(Abc::Adapters.datastore_options)
end