Files
growstuff/app/controllers/passwords_controller.rb
2016-11-16 12:52:48 +13:00

8 lines
141 B
Ruby

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