mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-31 12:40:59 -05:00
8 lines
144 B
Ruby
8 lines
144 B
Ruby
class PasswordsController < Devise::PasswordsController
|
|
protected
|
|
|
|
def after_resetting_password_path_for(_resource)
|
|
root_path
|
|
end
|
|
end
|