Method: SettingsObject.hash
- Defined in:
- app/models/settings_object.rb
.hash ⇒ Object
Class
19 20 21 |
# File 'app/models/settings_object.rb', line 19 def self.hash all.to_a.inject({}) { |h, s| h[s.title.to_sym] = s.values; h } end |