Created
September 10, 2014 14:05
-
-
Save awead/c2c819d586c5e8dc7ee5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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