module GlobalID::Identification
def to_sgid_param(options = {})
model = Person.new id: 1
Returns the Signed Global ID parameter.
def to_sgid_param(options = {}) to_signed_global_id(options).to_param end
def to_sgid_param(options = {}) to_signed_global_id(options).to_param end