Actions
Bug #24696
closedA class was passed to `:class_name` but we are expecting a string with Rails 5.2
Difficulty:
Triaged:
No
Description
There are several places in openscap, where has_many :class_name option was passed with class, instead of class name: since Rails 5.2, this is not allowed anymore (it was not a good idea to do so before rails 5.2 as well)
Actions