Method: Dynamoid::Config::Options#reset
- Defined in:
- lib/dynamoid/config/options.rb
#reset ⇒ Hash
Reset the configuration options to the defaults.
61 62 63 |
# File 'lib/dynamoid/config/options.rb', line 61 def reset settings.replace(defaults) end |