9 lines
232 B
Ruby
9 lines
232 B
Ruby
class EditableChamp::RNAComponent < EditableChamp::EditableChampBaseComponent
|
|
def dsfr_input_classname
|
|
'fr-input'
|
|
end
|
|
|
|
def update_path
|
|
champs_rna_path(@champ.dossier, @champ.stable_id, row_id: @champ.row_id)
|
|
end
|
|
end
|