mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-16 13:27:50 -05: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 |