datacite / lupo

DataCite REST API
https://api.datacite.org
MIT License
12 stars 8 forks source link

Clean up code in app/models/doi.rb #1234

Closed wendelfabianchinsamy closed 2 months ago

wendelfabianchinsamy commented 3 months ago

There is a bunch of code repetitions in app/models/doi.rb. For instance the methods reference_ids and reference_counts use roughly the same code. DRY up some of these methods.