Actions
Refactor #15421
closedRemove leftovers code from app/models/setting/content.rb
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
At the bottom of the file there is definition of an old class:
if Setting.where(category: 'Setting::Katello').count > 0 class Setting::Katello < Setting end end
It is useful only during migration. This code should be removed once Katello drops support for migration from older versions.
Actions