From 124ffa3e8b6c99e1790e1576b56d5ae997f43fc4 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 27 Oct 2025 21:03:28 +0000 Subject: [PATCH] Removes to do and keep the original option (#29664). git-svn-id: https://svn.redmine.org/redmine/trunk@24076 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/webhook.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/webhook.rb b/app/models/webhook.rb index 51dffa1f5..4b186e0c6 100644 --- a/app/models/webhook.rb +++ b/app/models/webhook.rb @@ -29,7 +29,6 @@ class Webhook < ApplicationRecord end belongs_to :user - # TODO: Confirm if we should keep this as it is or we should move to has_many :through has_and_belongs_to_many :projects # rubocop:disable Rails/HasAndBelongsToMany validates :url, presence: true, webhook_endpoint: true, length: { maximum: 2000 }