Files
growstuff/app/controllers/passwords_controller.rb
2018-06-04 16:18:49 +12:00

8 lines
144 B
Ruby

class PasswordsController < Devise::PasswordsController
protected
def after_resetting_password_path_for(_resource)
root_path
end
end