class Devise::ConfirmationsController

def after_resending_confirmation_instructions_path_for(resource_name)

The path used after resending confirmation instructions.
def after_resending_confirmation_instructions_path_for(resource_name)
  new_session_path(resource_name)
end