Files
growstuff/app/controllers/passwords_controller.rb
2016-11-26 12:06:02 +13:00

8 lines
143 B
Ruby

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