Method: Worthwhile::CurationConcernController#destroy

Defined in:
app/controllers/concerns/worthwhile/curation_concern_controller.rb

#destroyObject



67
68
69
70
71
# File 'app/controllers/concerns/worthwhile/curation_concern_controller.rb', line 67

def destroy
  title = curation_concern.to_s
  curation_concern.destroy
  after_destroy_response(title)
end