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