mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 05:21:50 +08:00
fb0e656cb7
Why this change? One Ruby class per file improves readability
8 lines
135 B
Ruby
8 lines
135 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ThemeSettingsManager::List < ThemeSettingsManager
|
|
def list_type
|
|
@opts[:list_type]
|
|
end
|
|
end
|