Method: Sufia::BatchEditsControllerBehavior#after_destroy_collection

Defined in:
app/controllers/concerns/sufia/batch_edits_controller_behavior.rb

#after_destroy_collectionObject



25
26
27
# File 'app/controllers/concerns/sufia/batch_edits_controller_behavior.rb', line 25

def after_destroy_collection
  redirect_to_return_controller unless request.xhr?
end