metamaps--metamaps/app/controllers/users/passwords_controller.rb
2015-12-03 16:57:22 -05:00

7 lines
175 B
Ruby

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