module Dynamoid
Public Instance Methods
configure() { |Config| ... }
click to toggle source
# File lib/dynamoid.rb, line 25 def configure block_given? ? yield(Config) : Config Dynamoid::Adapter.reconnect! end
Also aliased as: config