Skip to content

Instantly share code, notes, and snippets.

@awead
Created September 10, 2014 14:05
Show Gist options
  • Save awead/c2c819d586c5e8dc7ee5 to your computer and use it in GitHub Desktop.
Save awead/c2c819d586c5e8dc7ee5 to your computer and use it in GitHub Desktop.
> f.content.versions.count
=> 9
> f.content.versions.last
=> #<RDF::URI:0x3fe0d263fc5c URI:http://127.0.0.1:8983/fedora/rest/dev/p8/41/8w/01/p8418w01t/content/fcr:versions/87a0a8c317f1e71754f3c2-6da1-4288-b64f-930d12753452>
> f.content.versions.last.path.split("/").last
=> "87a0a8c317f1e71754f3c2-6da1-4288-b64f-930d12753452"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment