settingslogic icon indicating copy to clipboard operation
settingslogic copied to clipboard

Made little more flexible - hash replaced with ActiveSupport::HashWithIndifferentAccess

Open semenyukdmitry opened this issue 11 years ago • 2 comments

semenyukdmitry avatar May 15 '13 09:05 semenyukdmitry

It helps when you trying to access values like this:

SystemSettings.categories[:cafe] # otherwise you need use string as index

semenyukdmitry avatar May 15 '13 09:05 semenyukdmitry

it requires activesupport

NARKOZ avatar Jun 05 '13 12:06 NARKOZ