mirror of
https://github.com/discourse/discourse.git
synced 2024-12-12 19:43:43 +08:00
7 lines
108 B
Ruby
7 lines
108 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Admin::SectionController < Admin::AdminController
|
||
|
def show
|
||
|
end
|
||
|
end
|