Amit
Amit

Reputation: 4000

devise password update

Devise after updating the password redirects to /secret, instead of to user_root_path... how can i fix this?

Upvotes: 0

Views: 406

Answers (1)

ecoologic
ecoologic

Reputation: 10430

...mmmh.... have you set your root?

#routes.rb
root :to => 'home' # or wherever you want...

Upvotes: 1

Related Questions