# File lib/qa/authorities/crossref.rb, line 12defself.subauthorities
['funders', 'journals']
end
subauthority_for(subauthority)click to toggle source
# File lib/qa/authorities/crossref.rb, line 7defself.subauthority_for(subauthority)
validate_subauthority!(subauthority)
GenericAuthority.new(subauthority)
end