Fix linter
This commit is contained in:
parent
dbb92e7fd3
commit
4a6841c009
1 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@ class TypesDeChamp::PrefillRepetitionTypeDeChamp < TypesDeChamp::PrefillTypeDeCh
|
||||||
].join("</br>").html_safe # rubocop:disable Rails/OutputSafety
|
].join("</br>").html_safe # rubocop:disable Rails/OutputSafety
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
def example_value
|
def example_value
|
||||||
[row_values_format, row_values_format].map { |row| row.to_s.gsub("=>", ":") }
|
[row_values_format, row_values_format].map { |row| row.to_s.gsub("=>", ":") }
|
||||||
end
|
end
|
||||||
|
@ -39,5 +38,4 @@ class TypesDeChamp::PrefillRepetitionTypeDeChamp < TypesDeChamp::PrefillTypeDeCh
|
||||||
@prefillable_subchamps ||=
|
@prefillable_subchamps ||=
|
||||||
TypesDeChamp::PrefillTypeDeChamp.wrap(active_revision_type_de_champ.revision_types_de_champ.map(&:type_de_champ).filter(&:prefillable?))
|
TypesDeChamp::PrefillTypeDeChamp.wrap(active_revision_type_de_champ.revision_types_de_champ.map(&:type_de_champ).filter(&:prefillable?))
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue