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
|
external_id
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def value
|
||||||
|
rnf_id
|
||||||
|
end
|
||||||
|
|
||||||
def fetch_external_data
|
def fetch_external_data
|
||||||
RNFService.new.(rnf_id:)
|
RNFService.new.(rnf_id:)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue