lib/iron/settings/class_level.rb in iron-settings-1.0.3 vs lib/iron/settings/class_level.rb in iron-settings-1.0.4
- old
+ new
@@ -35,9 +35,10 @@
# Force a settings reload (from db or file(s) depending on settings) regardless
# of need to reload automatically. Useful for testing, but not generally needed in production use
def reload_settings
@settings_values.load
+ true
end
end
# Define the class-level settings for a given class. Supported options include:
\ No newline at end of file