metamaps--metamaps/app/controllers/users/passwords_controller.rb

6 lines
174 B
Ruby
Raw Normal View History

2014-10-07 21:46:09 +00:00
class Users::PasswordsController < Devise::PasswordsController
protected
def after_resetting_password_path_for(resource)
signed_in_root_path(resource)
end
end