mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-12 11:59:30 -04:00
7 lines
140 B
Ruby
7 lines
140 B
Ruby
class PasswordsController < Devise::PasswordsController
|
|
|
|
protected
|
|
def after_resetting_password_path_for(resource)
|
|
root_path
|
|
end
|
|
end |