settingslogic
settingslogic copied to clipboard
Made little more flexible - hash replaced with ActiveSupport::HashWithIndifferentAccess
It helps when you trying to access values like this:
SystemSettings.categories[:cafe] # otherwise you need use string as index
it requires activesupport