Method: Hyrax::TransfersController#destroy
- Defined in:
- app/controllers/hyrax/transfers_controller.rb
#destroy ⇒ Object
60 61 62 63 |
# File 'app/controllers/hyrax/transfers_controller.rb', line 60 def destroy @proxy_deposit_request.cancel! redirect_to hyrax.transfers_path, notice: "Transfer canceled" end |