mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 14:24:54 +00:00
10 lines
135 B
Ruby
10 lines
135 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Admin::Config::AboutController < Admin::AdminController
|
||
|
def index
|
||
|
end
|
||
|
|
||
|
def update
|
||
|
end
|
||
|
end
|