Skip to content

Instantly share code, notes, and snippets.

@prehnRA
Last active August 29, 2015 14:06
Show Gist options
  • Save prehnRA/d30462a5d49db0aa6df5 to your computer and use it in GitHub Desktop.
Save prehnRA/d30462a5d49db0aa6df5 to your computer and use it in GitHub Desktop.
my_bar = Bar.find(1)
my_baz = Baz.find(1)
my_bar.to_global_id # gid://foo/Bar/1
my_baz.to_global_id # gid://foo/Baz/1
my_bar.id == my_baz.id # true
my_bar.to_global_id == my_baz.to_global_id # false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment