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