Created
November 13, 2014 17:00
-
-
Save awead/219b6055e08b1a5bd8c3 to your computer and use it in GitHub Desktop.
has versions
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
def has_verisons? | |
ActiveFedora.fedora.connection.get(versions_url) | |
true | |
rescue Ldp::Error | |
false | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment