module ActiveFedora::Base::SoftDeleteBehavior

Public Instance Methods

exists?(*args) click to toggle source
Calls superclass method
# File lib/generators/curate/soft_delete/active_fedora_soft_delete_monkey_patch.rb, line 74
def exists?(*args)
  super
rescue ActiveObjectNotFoundError, RestClient::Unauthorized
  true
end