remove dead code
This commit is contained in:
parent
c0a95ab525
commit
d61203e57c
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue