Method: ActiveConfiguration::SettingManager#reload
- Defined in:
- lib/active_configuration/setting_manager.rb
#reload ⇒ Object
Resets any pending setting modifications.
90 91 92 |
# File 'lib/active_configuration/setting_manager.rb', line 90 def reload @settings = Hash.new end |