Flowdock
method

serialized_global_id?

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: Arguments
serialized_global_id?(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 96
      def serialized_global_id?(hash)
        hash.size == 1 && hash.include?(GLOBALID_KEY)
      end
Register or log in to add new notes.