Flowdock
method

deserialize_global_id

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: Arguments
deserialize_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 deserialize_global_id(hash)
        GlobalID::Locator.locate hash[GLOBALID_KEY]
      end
Register or log in to add new notes.