atitan/coursenote

View on GitHub
app/controllers/users/registrations_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Users::RegistrationsController < Devise::RegistrationsController
  # DELETE /resource
  def destroy
    #super
    redirect_to root_path
  end
end