update value reader for rnf champ

This commit is contained in:
Christophe Robillard 2023-11-22 12:35:30 +01:00
parent a6f4ae3ee4
commit 6984dac41e

View file

@ -5,6 +5,10 @@ class Champs::RNFChamp < Champ
external_id
end
def value
rnf_id
end
def fetch_external_data
RNFService.new.(rnf_id:)
end