remove dead code

This commit is contained in:
Christophe Robillard 2024-05-28 19:14:57 +02:00
parent c0a95ab525
commit d61203e57c

View file

@ -91,10 +91,6 @@ class Champ < ApplicationRecord
parent_id.present? parent_id.present?
end end
def stable_id_with_row
[row_id, stable_id].compact
end
# used for the `required` html attribute # used for the `required` html attribute
# check visibility to avoid hidden required input # check visibility to avoid hidden required input
# which prevent the form from being sent. # which prevent the form from being sent.