app/controllers/hyrax/downloads_controller.rb in hyrax-3.0.0.pre.beta2 vs app/controllers/hyrax/downloads_controller.rb in hyrax-3.0.0.pre.beta3
- old
+ new
@@ -16,10 +16,10 @@
super
when String
# For derivatives stored on the local file system
send_local_content
else
- raise ActiveFedora::ObjectNotFoundError
+ raise Hyrax::ObjectNotFoundError
end
end
private