Flowdock
method

serialize_indifferent_hash

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Arguments
serialize_indifferent_hash(indifferent_hash) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/arguments.rb, line 182
      def serialize_indifferent_hash(indifferent_hash)
        result = serialize_hash(indifferent_hash)
        result[WITH_INDIFFERENT_ACCESS_KEY] = serialize_argument(true)
        result
      end
Register or log in to add new notes.