class Devise::ConfirmationsController

def after_confirmation_path_for(resource_name, resource)

The path used after confirmation.
def after_confirmation_path_for(resource_name, resource)
  after_sign_in_path_for(resource)
end