mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 12:23:38 +08:00
7 lines
122 B
Ruby
7 lines
122 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Admin::Config::LookAndFeelController < Admin::AdminController
|
||
|
def themes
|
||
|
end
|
||
|
end
|