mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 15:49:29 +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
|