Skip to content

Instantly share code, notes, and snippets.

@awead
Created November 13, 2014 17:00
Show Gist options
  • Save awead/219b6055e08b1a5bd8c3 to your computer and use it in GitHub Desktop.
Save awead/219b6055e08b1a5bd8c3 to your computer and use it in GitHub Desktop.
has versions
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