update value reader for rnf champ
This commit is contained in:
parent
a6f4ae3ee4
commit
6984dac41e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue