Fix small bugs rna controller and add tests

This commit is contained in:
Damien Le Thiec 2022-10-05 12:31:34 +02:00
parent 776736fe5a
commit 93e89c8968
8 changed files with 174 additions and 11 deletions

View file

@ -1 +1 @@
= turbo_stream.update dom_id(@champ, :rna_info), partial: 'shared/champs/rna/association', locals: { champ: @champ }
= turbo_stream.update dom_id(@champ, :rna_info), partial: 'shared/champs/rna/association', locals: { champ: @champ, network_error: @network_error, rna: @rna }