1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
Alan Guo Xiang Tan fb0e656cb7
DEV: Refactor subclasses in ThemeSettingsManager to individual files ()
Why this change?

One Ruby class per file improves readability
2024-02-08 12:59:52 +08:00

8 lines
135 B
Ruby

# frozen_string_literal: true
class ThemeSettingsManager::List < ThemeSettingsManager
def list_type
@opts[:list_type]
end
end