Method: Sufia::BatchEditsControllerBehavior#after_update
- Defined in:
- app/controllers/concerns/sufia/batch_edits_controller_behavior.rb
#after_update ⇒ Object
18 19 20 21 22 23 |
# File 'app/controllers/concerns/sufia/batch_edits_controller_behavior.rb', line 18 def after_update respond_to do |format| format.json { head :no_content } format.html { redirect_to_return_controller } end end |