Class: WorkerTools::Utils::HashWithIndifferentAccessType

Inherits:
ActiveRecord::Type::Json
  • Object
show all
Defined in:
lib/worker_tools/utils/hash_with_indifferent_access_type.rb

Instance Method Summary collapse

Instance Method Details

#deserialize(value) ⇒ Object



4
5
6
# File 'lib/worker_tools/utils/hash_with_indifferent_access_type.rb', line 4

def deserialize(value)
  HashWithIndifferentAccess.new(super)
end