module GlobalID::Locator

def locate_signed(sgid, options = {})

Other tags:
    See: https://guides.rubyonrails.org/active_record_querying.html#eager-loading-associations -
def locate_signed(sgid, options = {})
  SignedGlobalID.find sgid, options
end