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