2014-10-07 21:46:09 +00:00
|
|
|
class Users::PasswordsController < Devise::PasswordsController
|
|
|
|
protected
|
2016-07-26 00:14:23 +00:00
|
|
|
|
2014-10-07 21:46:09 +00:00
|
|
|
def after_resetting_password_path_for(resource)
|
|
|
|
signed_in_root_path(resource)
|
|
|
|
end
|
2015-09-19 08:26:34 +00:00
|
|
|
end
|