Module: LedgerSync::Util::HashHelpers
- Defined in:
- lib/ledger_sync/util/hash_helpers.rb
Class Method Summary collapse
Class Method Details
.deep_symbolize_keys(hash) ⇒ Object
8 9 10 |
# File 'lib/ledger_sync/util/hash_helpers.rb', line 8 def deep_symbolize_keys(hash) JSON.parse(JSON[hash], symbolize_names: true) end |