Fix some CC issues

This commit is contained in:
Karl Erik Õunapuu 2020-08-12 12:31:11 +03:00
parent a703c312a0
commit b7f03dfa69
3 changed files with 31 additions and 13 deletions

View file

@ -1,4 +1,5 @@
# frozen_string_literal: true
class Setting < SettingEntry
# Bridge Setting calls to SettingEntry, so we don't have to drop legacy settings yet
end