Class: Radesk::UploadsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/radesk/uploads_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#radesk_authorize!, #radesk_authorize_admin!, #radesk_check_access, #radesk_current_user

Instance Method Details

#destroyObject



9
10
11
# File 'app/controllers/radesk/uploads_controller.rb', line 9

def destroy
  @upload.destroy
end