pulibrary / bibdata

Local API for retrieving bibliographic and other useful data from Alma (Ruby 3.2.0, Rails 7.1.3.4)
BSD 2-Clause "Simplified" License
16 stars 7 forks source link

[#2434] Add constraint in Dumps table not to be null #2435

Closed christinach closed 1 month ago

christinach commented 1 month ago

closes #2434

Add constraint in Dumps table not to be null in the model add validate presence: true Update event factory where dump with id 1 Add additional spec in dump_spec.rb