Module: BatchEditsHelper

Defined in:
app/helpers/batch_edits_helper.rb

Overview

View Helpers for Hydra Batch Edit functionality

Instance Method Summary collapse

Instance Method Details

#batch_deleteObject

Displays the delete button for batch editing



6
7
8
# File 'app/helpers/batch_edits_helper.rb', line 6

def batch_delete
  render :partial=>'/batch_edits/delete_selected'
end