boston-library / bpldc_authority_api

API for returning authority data and controlled values for BPLDC descriptive metadata
1 stars 0 forks source link

add trailing slash to CC license URIs in seeds.rb #19

Closed ebenenglish closed 3 years ago

ebenenglish commented 3 years ago

When seeding the license values, we should format the URI syntax the way DPLA expects (and how CC itself presents it), with a / at the end.

In db/seeds.rb, the LICENSE_INPUTS constant should define the URIs like:

https://creativecommons.org/licenses/by/4.0/

etc.