Files
growstuff/app/controllers/passwords_controller.rb
2014-07-15 22:57:07 +10:00

7 lines
140 B
Ruby

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