module GlobalID::Locator
def locate_signed(sgid, options = {})
instances of returned classes to those including that module. If no classes or
classes to those classes or their subclasses. Passing one or more modules in limits
allowed to be located. Passing one or more classes limits instances of returned
* :only - A class, module or Array of classes and/or modules that are
Options:
Takes either a SignedGlobalID or a string that can be turned into a SignedGlobalID
def locate_signed(sgid, options = {}) SignedGlobalID.find sgid, options end