I was having the same problem, and I figured it out, you need to add
the override to your routes too
devise_for :users, :controllers => { :confirmations =>
"confirmations" }
On Aug 19, 12:32 pm, aross <
arossexperie...@gmail.com> wrote:
> I'm trying to redirect a confirmed user to a welcome page. I overrodeafter_confirmation_path_forwith the following:
>
> class ConfirmationsController < Devise::ConfirmationsController
> protected
>
> # The path used after confirmation.
> defafter_confirmation_path_for(resource_name, resource)