0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-07 13:19:19 +08:00
discourse/lib/theme_settings_manager/list.rb
Alan Guo Xiang Tan fb0e656cb7
DEV: Refactor subclasses in ThemeSettingsManager to individual files (#25605)
Why this change?

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

7 lines
135 B
Ruby
Vendored

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