Class: Hangar::RecordsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/hangar/records_controller.rb

Instance Method Summary collapse

Instance Method Details

#deleteObject



3
4
5
6
# File 'app/controllers/hangar/records_controller.rb', line 3

def delete
  DatabaseCleaner.clean_with Hangar.clean_strategy, except: Hangar.do_not_delete
  render nothing: true, status: :no_content
end