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)
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_openscap/pull/352 added
Updated by Ivan Necas over 6 years ago
- Related to Tracker #21834: Rails 5.2 upgrade tasks added
Updated by Ondřej Pražák over 6 years ago
- Status changed from Ready For Testing to Closed
- Fixed in Releases foreman_openscap 0.10.3 added
Actions