79190825

Date: 2024-11-15 00:56:46
Score: 2
Natty:
Report link

self.resource = resource_class.confirm_by_token(params[:confirmation_token]) if resource.errors.empty? set_flash_message(:notice, :confirmed) if is_flashing_format? sign_in(resource_name, resource) respond_with_navigational(resource){ redirect_to after_confirmation_path_for(resource_name, resource) } else redirect_to new_user_session_path #respond_with_navigational(resource.errors, :status => :unprocessable_entity){ render :new } end end

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Vihanga Achintha