2022-09-21 15:18:23 +02:00
|
|
|
class EditableChamp::RNAComponent < EditableChamp::EditableChampBaseComponent
|
2023-08-21 16:18:31 +02:00
|
|
|
def dsfr_input_classname
|
|
|
|
'fr-input'
|
2024-04-22 10:47:47 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
def update_path
|
2024-03-28 12:42:29 +01:00
|
|
|
champs_rna_path(@champ.dossier, @champ.stable_id, row_id: @champ.row_id)
|
2024-04-22 10:47:47 +02:00
|
|
|
end
|
2022-09-21 15:18:23 +02:00
|
|
|
end
|