module Hashie::Extensions::DeepLocate

def self.activesupport_indifferent?(object)

def self.activesupport_indifferent?(object)
  defined?(::ActiveSupport::HashWithIndifferentAccess) &&
    object.is_a?(::ActiveSupport::HashWithIndifferentAccess)
end